I'm very new to the technology worked as react nat...
# getting-started
m
I'm very new to the technology worked as react native developer before. In the commonMain Login screen I'm trying to change the Text properties but only able to change color. When I try to change fontsize it throws an error. Here is my code implementation: Please help anyone. Thanks in advance
m
fontSize
takes a
TextUnit
and not a
DP
. You need to use
10.sp
instead.
m
Thank you very much @Michael Krussel