Skip to content

Commit db6e253

Browse files
committed
feat: update shop card colors
1 parent 389100e commit db6e253

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/java/to/bitkit/ui/screens/shop/shopDiscover/ShopDiscoverScreen.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private fun ShopTabContent(
124124
val title = stringResource(R.string.other__shop__discover__gift_cards__title)
125125
SuggestionCard(
126126
modifier = Modifier.weight(1f),
127-
gradientColor = Colors.Green,
127+
gradientColor = Colors.Green24,
128128
title = title,
129129
description = stringResource(R.string.other__shop__discover__gift_cards__description),
130130
icon = R.drawable.gift,
@@ -138,7 +138,7 @@ private fun ShopTabContent(
138138
val title2 = stringResource(R.string.other__shop__discover__esims__title)
139139
SuggestionCard(
140140
modifier = Modifier.weight(1f),
141-
gradientColor = Colors.Yellow,
141+
gradientColor = Colors.Yellow24,
142142
title = title2,
143143
description = stringResource(R.string.other__shop__discover__esims__description),
144144
icon = R.drawable.globe,
@@ -159,7 +159,7 @@ private fun ShopTabContent(
159159
val title = stringResource(R.string.other__shop__discover__refill__title)
160160
SuggestionCard(
161161
modifier = Modifier.weight(1f),
162-
gradientColor = Colors.Purple,
162+
gradientColor = Colors.Purple24,
163163
title = title,
164164
description = stringResource(R.string.other__shop__discover__refill__description),
165165
icon = R.drawable.phone,
@@ -173,7 +173,7 @@ private fun ShopTabContent(
173173
val title2 = stringResource(R.string.other__shop__discover__travel__title)
174174
SuggestionCard(
175175
modifier = Modifier.weight(1f),
176-
gradientColor = Colors.Red,
176+
gradientColor = Colors.Red24,
177177
title = title2,
178178
description = stringResource(R.string.other__shop__discover__travel__description),
179179
icon = R.drawable.rocket_2,

0 commit comments

Comments
 (0)