Skip to content

Commit

Permalink
fix(Bonus Vacanze): [#175058176] Fixes the color of bonus status badg…
Browse files Browse the repository at this point in the history
…e text #2248
  • Loading branch information
CrisTofani authored Oct 1, 2020
1 parent 9c76d5d commit 1adf361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ const ActiveBonusScreen: React.FunctionComponent<Props> = (props: Props) => {
<Text
style={styles.statusText}
semibold={true}
dark={true}
dark={!isBonusActive(bonus)}
>
{maybeStatusDescription.value}
</Text>
Expand Down

0 comments on commit 1adf361

Please sign in to comment.