fix: button new comet3 color, replace lodash with ramda

This commit is contained in:
José Oliveira 2021-11-17 14:22:46 +00:00
parent a35dd3e77e
commit e3b13a228b
4 changed files with 74 additions and 70 deletions

View file

@ -1,11 +1,11 @@
import typographyStyles from 'src/components/typography/styles'
import {
white,
fontColor,
subheaderColor,
subheaderDarkColor,
offColor,
offDarkColor,
offDarkerColor,
secondaryColor,
secondaryColorDark,
secondaryColorDarker,
@ -56,10 +56,9 @@ export default {
}
},
secondary: {
extend: colors(offColor, offDarkColor, white),
extend: colors(offColor, offDarkColor, offDarkerColor),
color: white,
'&:active': {
color: fontColor,
'& $actionButtonIcon': {
display: 'flex'
},