Skip to content

Commit b609033

Browse files
committed
refactor :: ktlint
1 parent e6be735 commit b609033

File tree

1 file changed

+0
-1
lines changed
  • core/design-system/src/main/java/team/retum/jobisdesignsystemv2/tab

1 file changed

+0
-1
lines changed

core/design-system/src/main/java/team/retum/jobisdesignsystemv2/tab/TabBar.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ fun TabBar(
3939
tabs.forEachIndexed { index, category ->
4040
val textColor = if (index == selectedTabIndex) {
4141
JobisTheme.colors.onBackground
42-
4342
} else {
4443
JobisTheme.colors.onSurfaceVariant
4544
}

0 commit comments

Comments
 (0)