Skip to content

Commit

Permalink
[B] Fix input color on profile form in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
1aurend committed Feb 23, 2024
1 parent 6fb61f8 commit 3086488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/global/components/sign-in-up/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Form = styled(GlobalForm.Form)`
input[type="text"],
input[type="password"],
input[type="email"] {
color: var(--input-color);
color: var(--color-neutral-text-dark);
border-width: 3px;
&:focus-visible {
Expand Down

0 comments on commit 3086488

Please sign in to comment.