Skip to content

Commit

Permalink
fix ShowBalance button color
Browse files Browse the repository at this point in the history
  • Loading branch information
voloshinskii committed May 7, 2024
1 parent 375f987 commit 0167ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/src/core/HideableAmount/ShowBalance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const styles = Steezy.create(({ colors }) => ({
},
starsContainer: {
height: 40,
backgroundColor: colors.backgroundSecondary,
backgroundColor: colors.buttonSecondaryBackground,
borderRadius: 100,
},
touchable: {
Expand Down

0 comments on commit 0167ceb

Please sign in to comment.