mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-04-04 21:51:16 +02:00
Use divider_grey
instead of Color.Gray
for SleepTimer
This commit is contained in:
parent
b5bd119012
commit
b290fd0502
@ -20,6 +20,7 @@ import androidx.compose.ui.unit.dp
|
|||||||
import com.simplemobiletools.commons.compose.extensions.MyDevices
|
import com.simplemobiletools.commons.compose.extensions.MyDevices
|
||||||
import com.simplemobiletools.commons.compose.theme.AppThemeSurface
|
import com.simplemobiletools.commons.compose.theme.AppThemeSurface
|
||||||
import com.simplemobiletools.commons.compose.theme.SimpleTheme
|
import com.simplemobiletools.commons.compose.theme.SimpleTheme
|
||||||
|
import com.simplemobiletools.commons.compose.theme.divider_grey
|
||||||
import com.simplemobiletools.flashlight.R
|
import com.simplemobiletools.flashlight.R
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
@ -32,7 +33,7 @@ internal fun SleepTimer(
|
|||||||
modifier = modifier
|
modifier = modifier
|
||||||
.border(
|
.border(
|
||||||
width = 1.dp,
|
width = 1.dp,
|
||||||
color = Color.Gray,
|
color = divider_grey,
|
||||||
shape = RectangleShape
|
shape = RectangleShape
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user