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 b3b0bc8 commit d36afb3Copy full SHA for d36afb3
app/src/main/kotlin/com/simplemobiletools/flashlight/views/SleepTimer.kt
@@ -3,6 +3,7 @@ package com.simplemobiletools.flashlight.views
3
import androidx.compose.animation.AnimatedVisibility
4
import androidx.compose.animation.fadeIn
5
import androidx.compose.animation.fadeOut
6
+import androidx.compose.foundation.background
7
import androidx.compose.foundation.border
8
import androidx.compose.foundation.layout.Row
9
import androidx.compose.foundation.layout.padding
@@ -33,7 +34,7 @@ internal fun SleepTimer(
33
34
width = 1.dp,
35
color = divider_grey,
36
shape = RectangleShape
- )
37
+ ).background(SimpleTheme.colorScheme.surface)
38
) {
39
Text(
40
modifier = Modifier
0 commit comments