Skip to content

Commit

Permalink
revert the color
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Oct 11, 2022
1 parent ece1cbe commit 3f485e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/OpenModelControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const useStyles = makeStyles((theme) => ({
'& svg': {
width: '40px',
height: '40px',
fill: theme.palette.highlight.secondary,
fill: theme.palette.primary.contrastText,
},
},
dropDown: {
Expand Down

0 comments on commit 3f485e5

Please sign in to comment.