Skip to content

Commit

Permalink
Merge pull request #50 from Exabyte-io/feat/SOF-7067
Browse files Browse the repository at this point in the history
Feat/sof 7067
  • Loading branch information
timurbazhirov authored Nov 28, 2023
2 parents 909a26c + b9c2cac commit 4bb6641
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions src/theme/components/buttons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,6 @@ const buttons = (theme: Theme) => {
fontSize: "13px",
},
},
{
props: { variant: "primary-contained" },
style: {
backgroundColor: theme.palette.primary.main,
color: theme.palette.primary.contrastText,
boxShadow: theme.shadows[2],

"&:hover": {
backgroundColor: theme.palette.primary.light,
boxShadow: theme.shadows[4],
},
"&.Mui-disabled": {
opacity: 0.8,
},
},
},
{
props: { variant: "primary-text" },
style: {
color: theme.palette.primary.main,
"&:hover": {
backgroundColor: "#3F2A9811", // exapurple-translucent
color: theme.palette.primary.main,
},
"&.Mui-disabled": {
color: theme.palette.text.disabled,
opacity: 0.8,
},
},
},
{
props: { variant: "selected" },
style: {
Expand Down

0 comments on commit 4bb6641

Please sign in to comment.