Use dark color for snackbar on dark theme

This commit is contained in:
Brandon Presley 2022-08-27 17:14:35 +12:00
parent 4db6f89f4f
commit c636b3c802
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ const App = () => {
label: 'Close',
onPress: () => setSnackbar(''),
color: dark
? CombinedDarkTheme.colors.primary
? CombinedDarkTheme.colors.background
: CombinedDefaultTheme.colors.primary,
}}>
{snackbar}