We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f8072 commit 0065a02Copy full SHA for 0065a02
app/src/main/java/to/bitkit/ui/screens/shop/shopDiscover/ShopDiscoverScreen.kt
@@ -48,6 +48,7 @@ import to.bitkit.R
48
import to.bitkit.env.Env
49
import to.bitkit.models.BitrefillCategory
50
import to.bitkit.ui.components.BodyM
51
+import to.bitkit.ui.components.CaptionB
52
import to.bitkit.ui.components.SuggestionCard
53
import to.bitkit.ui.components.Text13Up
54
import to.bitkit.ui.components.VerticalSpacer
@@ -100,7 +101,8 @@ fun ShopDiscoverScreen(
100
101
Tab(
102
selected = selectedTabIndex == index,
103
onClick = { selectedTabIndex = index },
- text = { Text(title) },
104
+ unselectedContentColor = Colors.White64,
105
+ text = { CaptionB(title) },
106
)
107
}
108
0 commit comments