mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
header: fix unwanted transparency
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
0f03ac28d8
commit
582fb5ba93
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
package dev.msfjarvis.lobsters.ui.posts
|
||||
|
||||
import androidx.compose.foundation.background
|
||||
import androidx.compose.foundation.layout.Box
|
||||
import androidx.compose.foundation.layout.fillMaxWidth
|
||||
import androidx.compose.foundation.layout.padding
|
||||
|
@ -21,6 +22,7 @@ fun MonthHeader(month: Month) {
|
|||
Box(
|
||||
Modifier
|
||||
.fillMaxWidth()
|
||||
.background(MaterialTheme.colors.background)
|
||||
.wrapContentHeight()
|
||||
) {
|
||||
Text(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue