fix: button new comet3 color, replace lodash with ramda
This commit is contained in:
parent
a35dd3e77e
commit
e3b13a228b
4 changed files with 74 additions and 70 deletions
|
|
@ -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'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue