🛠️ More transparent bar color in Reader
Made bar color in Reader more transparent.
This commit is contained in:
parent
4552dd1116
commit
a547f9c0e7
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ fun BookStoryTheme(
|
|||
object Colors {
|
||||
val readerSystemBarsColor: Color
|
||||
@Composable
|
||||
get() = MaterialTheme.colorScheme.surfaceContainer.copy(0.96f)
|
||||
get() = MaterialTheme.colorScheme.surfaceContainer.copy(0.9f)
|
||||
}
|
||||
|
||||
@Composable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue