We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902c91b commit efa0795Copy full SHA for efa0795
packages/hedgehog-lab/src/components/SideBar/SaveButton.tsx
@@ -7,19 +7,14 @@ import DialogContent from '@material-ui/core/DialogContent';
7
import DialogContentText from '@material-ui/core/DialogContentText';
8
import DialogTitle from '@material-ui/core/DialogTitle';
9
import { createStyles, makeStyles, Theme } from '@material-ui/core/styles';
10
-import { purple } from '@material-ui/core/colors';
11
12
const useStyles = makeStyles((theme: Theme) =>
13
createStyles({
14
save: {
15
width: '50%',
16
- backgroundColor: purple[500],
17
fontSize: '0.875rem',
18
fontWeight: 500,
19
color: 'white',
20
- '&:hover': {
21
- backgroundColor: purple[700]
22
- }
23
}
24
})
25
);
0 commit comments