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',
borderColor: 'white',
width: 100,
}}>
}}
hoverStyle={[{backgroundColor: '#dfdfdf'}]}>
<ButtonText>
<Trans>Create</Trans>
</ButtonText>