Hello,
I cannot find a way to customize font-size of windows Text element.
I imported like below,
import { Text } from 'react-desktop/windows';
and wrote my code like this
<div>
<Text horizontalAlignment= 'center' color= 'white' font-size='20px'>Photo</Text>
//few other elements
</div>
I tried fontSize, font-size, size ... but couldn't find a way to edit it.
Would you please let me know what's the variable name I can customize font size?
Hello, I cannot find a way to customize font-size of windows Text element.
I imported like below,
import { Text } from 'react-desktop/windows';
and wrote my code like thisI tried fontSize, font-size, size ... but couldn't find a way to edit it. Would you please let me know what's the variable name I can customize font size?
Thanks!