Minor Refinements to Colours
This commit is contained in:
@@ -97,7 +97,7 @@ export default function LoginPage() {
|
||||
className="w-full py-2 rounded-md transition-colors disabled:opacity-50 disabled:cursor-not-allowed text-sm font-medium"
|
||||
style={{
|
||||
backgroundColor: "var(--btn-primary)",
|
||||
color: "var(--text-heading)",
|
||||
color: "var(--text-white)",
|
||||
}}
|
||||
onMouseEnter={(e) => !isLoading && (e.target.style.backgroundColor = "var(--btn-primary-hover)")}
|
||||
onMouseLeave={(e) => (e.target.style.backgroundColor = "var(--btn-primary)")}
|
||||
|
||||
Reference in New Issue
Block a user