fix: change theme color from blue to teal-green
This commit is contained in:
@@ -420,7 +420,7 @@ export default function SettingsPage() {
|
||||
</div>
|
||||
<button
|
||||
type="submit"
|
||||
className="bg-blue-600 text-white px-4 py-2 rounded hover:bg-blue-700"
|
||||
className="bg-teal-600 text-white px-4 py-2 rounded hover:bg-teal-700"
|
||||
disabled={addUserMutation.isPending}
|
||||
>
|
||||
{addUserMutation.isPending ? "Adding..." : "Add User"}
|
||||
@@ -474,7 +474,7 @@ export default function SettingsPage() {
|
||||
|
||||
<button
|
||||
type="submit"
|
||||
className="bg-blue-600 text-white px-4 py-2 rounded hover:bg-blue-700"
|
||||
className="bg-teal-600 text-white px-4 py-2 rounded hover:bg-teal-700"
|
||||
disabled={updateUserMutate.isPending}
|
||||
>
|
||||
{updateUserMutate.isPending ? "Saving..." : "Save Changes"}
|
||||
|
||||
Reference in New Issue
Block a user