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 ?
Any plans for this issue to be solved?
@esalberg100 try contentStyle prop
@esalberg100 try
contentStyleprop
Thanks, I created 2 different styles style={styles.buttonStyle} contentStyle={styles.buttonContentStyle} and setting the height to 50 in the buttonContentStyle worked.
Giving padding in style also works
Most helpful comment
@esalberg100 try
contentStyleprop