mirror of
https://github.com/bitwarden/android.git
synced 2026-04-28 20:08:27 -05:00
BITAU-193 Make first time sync snackbar correct in dark theme (#266)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user