🚀 Changed color for Reader bars (darker)
Changed color for Reader bars (top/bottom), now it's closer to surface color.
This commit is contained in:
parent
d23a2ed11f
commit
2a8bddcfcb
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ fun BookStoryTheme(
|
||||||
object Colors {
|
object Colors {
|
||||||
val readerSystemBarsColor: Color
|
val readerSystemBarsColor: Color
|
||||||
@Composable
|
@Composable
|
||||||
get() = MaterialTheme.colorScheme.surfaceContainerHighest.copy(0.94f)
|
get() = MaterialTheme.colorScheme.surfaceContainer.copy(0.96f)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue