diff --git a/App.tsx b/App.tsx index 490baac..28b832c 100644 --- a/App.tsx +++ b/App.tsx @@ -86,9 +86,9 @@ const App = () => { () => ({ label: 'Close', onPress: () => setSnackbar(''), - color: paperTheme.colors.primary, + color: paperTheme.colors.background, }), - [paperTheme.colors.primary], + [paperTheme.colors.background], ) return (