Skip to content

Commit

Permalink
BITAU-193 Make first time sync snackbar correct in dark theme (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaisting-livefront authored Oct 31, 2024
1 parent b42ec0a commit 8b00773
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ fun FirstTimeSyncSnackbarHost(
modifier = Modifier
.padding(16.dp)
.fillMaxWidth()
.shadow(elevation = 6.dp)
.background(
color = MaterialTheme.colorScheme.inverseSurface,
shape = RoundedCornerShape(8.dp),
)
.shadow(elevation = 6.dp),
),
verticalAlignment = Alignment.CenterVertically,
) {
Text(
Expand Down

0 comments on commit 8b00773

Please sign in to comment.