Skip to content

Commit 6704f95

Browse files
committed
chore: private constant
1 parent c371a18 commit 6704f95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/java/to/bitkit/ui/screens/widgets/components/WidgetSizeCarousel.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ import to.bitkit.ui.components.Caption13Up
2323
import to.bitkit.ui.components.VerticalSpacer
2424
import to.bitkit.ui.theme.Colors
2525

26-
const val PAGE_SMALL = 0
27-
const val PAGE_WIDE = 1
28-
const val PAGE_COUNT = 2
26+
private const val PAGE_SMALL = 0
27+
private const val PAGE_WIDE = 1
28+
private const val PAGE_COUNT = 2
2929

3030
@Composable
3131
fun WidgetSizeCarousel(

0 commit comments

Comments
 (0)