Suppose you have a button and the size of the button is perfect, but the text size doesnt match the size of the button.
How should i go about increasing the size of the Button text. Within the documentation it says to use, StyleProp<TextStyle>
, ive been trying to use this but i feel like i lack the proper understanding.
A point in the right direction would be appreciated.
<Button
status="control"
appearance="ghost"
size="giant"
> title </Button>