Skip to content

Commit

Permalink
fix(mobile): hidden amount background (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokin0andrey authored May 9, 2024
1 parent 2951d31 commit c268e96
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 c268e96

Please sign in to comment.