diff --git a/App.tsx b/App.tsx index d309f5c..b87d7bf 100644 --- a/App.tsx +++ b/App.tsx @@ -105,7 +105,7 @@ const App = () => { label: 'Close', onPress: () => setSnackbar(''), color: dark - ? CombinedDarkTheme.colors.primary + ? CombinedDarkTheme.colors.background : CombinedDefaultTheme.colors.primary, }}> {snackbar}