fix font color in embedded audio player
This commit is contained in:
parent
f544d8bc76
commit
12de2c3fac
|
@ -126,6 +126,7 @@ fun AudioPlayerEmbeddedUI(viewModel: NewPlayerViewModel, uiState: NewPlayerUISta
|
|||
top = 0.5.dp,
|
||||
bottom = 0.5.dp
|
||||
),
|
||||
color = MaterialTheme.colorScheme.onBackground,
|
||||
text = getTimeStringFromMs(
|
||||
uiState.durationInMs,
|
||||
locale,
|
||||
|
|
|
@ -56,7 +56,9 @@ val video_player_onErrorContainer = Color(0xFFFFDAD6)
|
|||
// background color
|
||||
val video_player_background = Color(0xFF1F1B16)
|
||||
|
||||
// Font color on background
|
||||
val video_player_onBackground = Color(0xFFEAE1D9)
|
||||
|
||||
val video_player_surface = Color(0xFF000000)
|
||||
|
||||
// The color of the Text and icons
|
||||
|
|
Loading…
Reference in New Issue