Skip to content

Commit 0065a02

Browse files
committed
feat: text tab style
1 parent 21f8072 commit 0065a02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ import to.bitkit.R
4848
import to.bitkit.env.Env
4949
import to.bitkit.models.BitrefillCategory
5050
import to.bitkit.ui.components.BodyM
51+
import to.bitkit.ui.components.CaptionB
5152
import to.bitkit.ui.components.SuggestionCard
5253
import to.bitkit.ui.components.Text13Up
5354
import to.bitkit.ui.components.VerticalSpacer
@@ -100,7 +101,8 @@ fun ShopDiscoverScreen(
100101
Tab(
101102
selected = selectedTabIndex == index,
102103
onClick = { selectedTabIndex = index },
103-
text = { Text(title) },
104+
unselectedContentColor = Colors.White64,
105+
text = { CaptionB(title) },
104106
)
105107
}
106108
}

0 commit comments

Comments
 (0)