diff --git a/app/javascript/gabsocial/components/button.js b/app/javascript/gabsocial/components/button.js index 243ab7aa..87d89f41 100644 --- a/app/javascript/gabsocial/components/button.js +++ b/app/javascript/gabsocial/components/button.js @@ -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,