Updated bgPrimary, bgWhite in Button component

• Updated:
- bgPrimary, bgWhite in Button component
This commit is contained in:
mgabdev 2020-08-10 22:23:00 -05:00
parent d8b7681f13
commit 8a6e3fdbe9

View File

@ -155,7 +155,8 @@ export default class Button extends PureComponent {
cursorNotAllowed: isDisabled,
opacity05: isDisabled,
bgPrimary: backgroundColor === COLORS.white,
bgPrimary: backgroundColor === COLORS.primary,
bgWhite: backgroundColor === COLORS.white,
bgBlack: backgroundColor === COLORS.black,
bgBrand: backgroundColor === COLORS.brand,
bgTransparent: backgroundColor === COLORS.none,