Skip to content

Commit

Permalink
white labels for login form
Browse files Browse the repository at this point in the history
  • Loading branch information
marnym committed Nov 12, 2023
1 parent dd8264a commit ba07582
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dance-app/src/components/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ const LoginForm = () => {
sx={{
input: { color: "white" },
}}
InputLabelProps={{
style: { color: "white" },
}}
/>
<TextField
label="Password"
Expand All @@ -76,6 +79,9 @@ const LoginForm = () => {
sx={{
input: { color: "white" },
}}
InputLabelProps={{
style: { color: "white" },
}}
/>
<br />
<Button
Expand Down

0 comments on commit ba07582

Please sign in to comment.