diff --git a/ui/component/rewardTile/view.jsx b/ui/component/rewardTile/view.jsx index df1bd08b4..430cbccba 100644 --- a/ui/component/rewardTile/view.jsx +++ b/ui/component/rewardTile/view.jsx @@ -33,7 +33,7 @@ const RewardTile = (props: Props) => { return ( {reward.reward_type === rewards.TYPE_GENERATED_CODE && ( diff --git a/ui/scss/themes/dark.scss b/ui/scss/themes/dark.scss index 67821129e..de3dc47df 100644 --- a/ui/scss/themes/dark.scss +++ b/ui/scss/themes/dark.scss @@ -22,7 +22,7 @@ --color-button-primary-bg: var(--color-primary-alt); --color-button-primary-bg-hover: #44796c; - --color-button-primary-text: var(--color-primary); + --color-button-primary-text: white; --color-button-primary-hover-text: var(--color-text); --color-button-secondary-bg: #395877; --color-button-secondary-border: #395877;