change hover background color

This commit is contained in:
Hailey
2024-06-14 12:58:06 -07:00
parent 70b7e8ecf8
commit c02b584c7c
@@ -223,7 +223,8 @@ function EmptyComponent() {
backgroundColor: 'white', backgroundColor: 'white',
borderColor: 'white', borderColor: 'white',
width: 100, width: 100,
}}> }}
hoverStyle={[{backgroundColor: '#dfdfdf'}]}>
<ButtonText> <ButtonText>
<Trans>Create</Trans> <Trans>Create</Trans>
</ButtonText> </ButtonText>