From 156f1fc33f7a0d69afcdf7a48f6f8d421ea9bd5f Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Wed, 2 Nov 2022 13:39:51 +1300 Subject: [PATCH] Fix button color on snackbars --- App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (