When i set custom button height with
<Button
style={{
marginTop: 20,
height: 50,
marginLeft: 0,
marginRight: 0,
justifyContent: 'center',
}}
loading={loading}
raised
compact
primary
onPress={this.onSubmit}
>
{t('signIn')}
</Button>
i see on touch start

is there any way to do
Hover effect all over button ?
When i set custom button height with
i see on touch start
is there any way to do
Hover effect all over button ?