[auth] Change primary button color

This commit is contained in:
Neeraj Gupta
2024-06-13 13:14:44 +05:30
parent 54092c8fba
commit 1f6c5d9782

View File

@@ -33,7 +33,7 @@ enum ButtonType {
Color defaultButtonColor(EnteColorScheme colorScheme) {
if (isPrimary) {
return colorScheme.primary500;
return colorScheme.primary400;
}
if (isSecondary) {
return colorScheme.fillFaint;