refactor: Initial color palette changes (#3087)

This commit is contained in:
Bruno Quaresma
2022-07-21 14:56:16 -03:00
committed by GitHub
parent e33a74975e
commit 5b78251592
11 changed files with 44 additions and 28 deletions

View File

@ -82,8 +82,6 @@ const useStyles = makeStyles((theme) => ({
},
copyButton: {
borderRadius: 7,
background: theme.palette.background.default,
color: theme.palette.primary.contrastText,
padding: theme.spacing(0.85),
minWidth: 32,