Skip to content

Commit

Permalink
fix: update json form button color
Browse files Browse the repository at this point in the history
Signed-off-by: Pianist038801 <[email protected]>
  • Loading branch information
Pianist038801 committed Oct 25, 2021
1 parent 8347946 commit 5142f6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Launch/LaunchForm/StructInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ const muiTheme = createMuiTheme({
MuiTextField: {
variant: 'outlined'
}
},
overrides: {
MuiButton: {
label: {
color: 'gray'
}
}
}
});

Expand Down

0 comments on commit 5142f6e

Please sign in to comment.