Skip to content

Commit

Permalink
Change Hover in secondary buttons [ch130588]
Browse files Browse the repository at this point in the history
  • Loading branch information
Clebal authored and VictorVelarde committed Jan 23, 2021
1 parent 2630d4a commit deeb19f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ui/theme/carto-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,11 @@ export const cartoThemeOptions = {
padding: '16px 24px',
fontSize: pxToRem(16),
},
containedSecondary: {
'&:hover': {
backgroundColor: variables.palette.secondary.light,
},
},
outlinedSizeLarge: {
padding: '16px 24px',
fontSize: pxToRem(16),
Expand Down

0 comments on commit deeb19f

Please sign in to comment.