BITAU-193 Make first time sync snackbar correct in dark theme (#266)

This commit is contained in:
Andrew Haisting
2024-10-31 16:54:58 -05:00
committed by GitHub
parent b42ec0ae13
commit 8b00773c84

View File

@@ -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(