🛠️ Fix change background → surface color
* Changed background color to surface, which applies "Pure dark" theme colors
This commit is contained in:
parent
63bb317865
commit
26e5eb007f
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ private fun ReaderScreen(lazyListState: LazyListState) {
|
||||||
Column(
|
Column(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxSize()
|
.fillMaxSize()
|
||||||
.background(MaterialTheme.colorScheme.background),
|
.background(MaterialTheme.colorScheme.surface),
|
||||||
verticalArrangement = Arrangement.Center,
|
verticalArrangement = Arrangement.Center,
|
||||||
horizontalAlignment = Alignment.CenterHorizontally
|
horizontalAlignment = Alignment.CenterHorizontally
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue