Replies: 1 comment
-
Solved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanna give spesific font size to secondaryText and name on Persona.
I have tried to write this:
<Persona
textPosition="after"
name="Kevin Sturgis"
presence={{ status: "available" }}
secondaryText="Available"
styles={{
secondaryText: {
color: 'red',
},
}}
/>
but nothing happen.
The props of size in Persona only applicated on Avatar, but not in Text. Any advice?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions