Skip to content

Commit

Permalink
Merge pull request #12829 from Expensify/georgia-fix-button
Browse files Browse the repository at this point in the history
[CP Staging] Fix Success / Danger Button Text Color, Fix Growl Colors

(cherry picked from commit db2fea4)
  • Loading branch information
mountiny authored and OSBotify committed Nov 17, 2022
1 parent ffdf0b4 commit 327300c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ const styles = {

buttonDropdown: {
borderLeftWidth: 1,
borderColor: themeColors.text,
borderColor: themeColors.textLight,
},

noRightBorderRadius: {
Expand Down Expand Up @@ -480,11 +480,11 @@ const styles = {
},

buttonSuccessText: {
color: themeColors.text,
color: themeColors.textLight,
},

buttonDangerText: {
color: themeColors.text,
color: themeColors.textLight,
},

hoveredComponentBG: {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const oldTheme = {
successHover: colors.greenHover,
successPressed: colors.greenPressed,
transparent: colors.transparent,
inverse: colors.white,
inverse: colors.dark,
textLight: colors.white,
textDark: colors.dark,
};
Expand Down

0 comments on commit 327300c

Please sign in to comment.