You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feature/home/presentation/src/commonMain/kotlin/zed/rainxch/home/presentation/components/HomeFilterChips.kt
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,6 @@ fun LiquidGlassCategoryChips(
252
252
category = category,
253
253
isSelected = category == selectedCategory,
254
254
onSelect = { onCategorySelected(category) },
255
-
isDarkTheme = isDarkTheme,
256
255
modifier =Modifier.weight(1f),
257
256
onPositioned = { x, width ->
258
257
itemPositions[index] = x to width
@@ -276,7 +275,6 @@ private fun LiquidGlassCategoryChip(
0 commit comments