Skip to content

Commit

Permalink
fix(LoginForm): change input text color from blue to white
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Sep 22, 2023
1 parent dbae1b8 commit 76b7e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoginForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:label="$t('login.password_label')"
autocomplete="current-password"
class="text-center"
color="#BBDEFB"
color="white"
:type="showPassphrase ? 'text' : 'password'"
variant="underlined"
>
Expand Down

0 comments on commit 76b7e99

Please sign in to comment.