Use `divider_grey` instead of `Color.Gray` for `SleepTimer`

This commit is contained in:
Ensar Sarajčić 2023-10-09 08:12:05 +02:00
parent b5bd119012
commit b290fd0502
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ import androidx.compose.ui.unit.dp
import com.simplemobiletools.commons.compose.extensions.MyDevices
import com.simplemobiletools.commons.compose.theme.AppThemeSurface
import com.simplemobiletools.commons.compose.theme.SimpleTheme
import com.simplemobiletools.commons.compose.theme.divider_grey
import com.simplemobiletools.flashlight.R
@Composable
@ -32,7 +33,7 @@ internal fun SleepTimer(
modifier = modifier
.border(
width = 1.dp,
color = Color.Gray,
color = divider_grey,
shape = RectangleShape
)
) {