diff --git a/packages/mobile/src/core/HideableAmount/ShowBalance.tsx b/packages/mobile/src/core/HideableAmount/ShowBalance.tsx index 78b99613d..d8272a4b2 100644 --- a/packages/mobile/src/core/HideableAmount/ShowBalance.tsx +++ b/packages/mobile/src/core/HideableAmount/ShowBalance.tsx @@ -90,7 +90,7 @@ const styles = Steezy.create(({ colors }) => ({ }, starsContainer: { height: 40, - backgroundColor: colors.backgroundSecondary, + backgroundColor: colors.buttonSecondaryBackground, borderRadius: 100, }, touchable: {