diff --git a/src/styles/styles.js b/src/styles/styles.js index 3e961ef7c6592..55fbb693c73f2 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -448,7 +448,7 @@ const styles = { buttonDropdown: { borderLeftWidth: 1, - borderColor: themeColors.text, + borderColor: themeColors.textLight, }, noRightBorderRadius: { @@ -480,11 +480,11 @@ const styles = { }, buttonSuccessText: { - color: themeColors.text, + color: themeColors.textLight, }, buttonDangerText: { - color: themeColors.text, + color: themeColors.textLight, }, hoveredComponentBG: { diff --git a/src/styles/themes/default.js b/src/styles/themes/default.js index ec561b881226c..648387852f65f 100644 --- a/src/styles/themes/default.js +++ b/src/styles/themes/default.js @@ -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, };