Updated bgPrimary, bgWhite in Button component
• Updated: - bgPrimary, bgWhite in Button component
This commit is contained in:
parent
d8b7681f13
commit
8a6e3fdbe9
@ -155,7 +155,8 @@ export default class Button extends PureComponent {
|
|||||||
cursorNotAllowed: isDisabled,
|
cursorNotAllowed: isDisabled,
|
||||||
opacity05: isDisabled,
|
opacity05: isDisabled,
|
||||||
|
|
||||||
bgPrimary: backgroundColor === COLORS.white,
|
bgPrimary: backgroundColor === COLORS.primary,
|
||||||
|
bgWhite: backgroundColor === COLORS.white,
|
||||||
bgBlack: backgroundColor === COLORS.black,
|
bgBlack: backgroundColor === COLORS.black,
|
||||||
bgBrand: backgroundColor === COLORS.brand,
|
bgBrand: backgroundColor === COLORS.brand,
|
||||||
bgTransparent: backgroundColor === COLORS.none,
|
bgTransparent: backgroundColor === COLORS.none,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user