Skip to content

Commit efa0795

Browse files
committed
chore(sidebar): use unified theme color
1 parent 902c91b commit efa0795

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/hedgehog-lab/src/components/SideBar/SaveButton.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@ import DialogContent from '@material-ui/core/DialogContent';
77
import DialogContentText from '@material-ui/core/DialogContentText';
88
import DialogTitle from '@material-ui/core/DialogTitle';
99
import { createStyles, makeStyles, Theme } from '@material-ui/core/styles';
10-
import { purple } from '@material-ui/core/colors';
1110

1211
const useStyles = makeStyles((theme: Theme) =>
1312
createStyles({
1413
save: {
1514
width: '50%',
16-
backgroundColor: purple[500],
1715
fontSize: '0.875rem',
1816
fontWeight: 500,
1917
color: 'white',
20-
'&:hover': {
21-
backgroundColor: purple[700]
22-
}
2318
}
2419
})
2520
);

0 commit comments

Comments
 (0)