Fix button color on snackbars

This commit is contained in:
Brandon Presley 2022-11-02 13:39:51 +13:00
parent 1f513f2a03
commit 156f1fc33f
1 changed files with 2 additions and 2 deletions

View File

@ -86,9 +86,9 @@ const App = () => {
() => ({ () => ({
label: 'Close', label: 'Close',
onPress: () => setSnackbar(''), onPress: () => setSnackbar(''),
color: paperTheme.colors.primary, color: paperTheme.colors.background,
}), }),
[paperTheme.colors.primary], [paperTheme.colors.background],
) )
return ( return (