@@ -64,6 +64,7 @@ fun ShopDiscoverScreen(
6464 title = stringResource(R .string.other__shop__discover__gift_cards__title),
6565 description = stringResource(R .string.other__shop__discover__gift_cards__description),
6666 icon = R .drawable.gift,
67+ captionColor = Colors .Gray1 ,
6768 size = 164 ,
6869 onClick = {
6970 navigateWebView(" gift-cards" )
@@ -75,6 +76,7 @@ fun ShopDiscoverScreen(
7576 title = stringResource(R .string.other__shop__discover__esims__title),
7677 description = stringResource(R .string.other__shop__discover__esims__description),
7778 icon = R .drawable.globe,
79+ captionColor = Colors .Gray1 ,
7880 size = 164 ,
7981 onClick = {
8082 navigateWebView(" esims" )
@@ -93,6 +95,7 @@ fun ShopDiscoverScreen(
9395 title = stringResource(R .string.other__shop__discover__refill__title),
9496 description = stringResource(R .string.other__shop__discover__refill__description),
9597 icon = R .drawable.phone,
98+ captionColor = Colors .Gray1 ,
9699 size = 164 ,
97100 onClick = {
98101 navigateWebView(" refill" )
@@ -105,6 +108,7 @@ fun ShopDiscoverScreen(
105108 description = stringResource(R .string.other__shop__discover__travel__description),
106109 icon = R .drawable.rocket,
107110 size = 164 ,
111+ captionColor = Colors .Gray1 ,
108112 onClick = {
109113 navigateWebView(" buy/travel" )
110114 }
0 commit comments