Why do TextField label font sizes not match font sizes of other Text elements?

Is this a bug?

The "Transaction Date" text is just a text widget to simulate a label, and the font size is 10. The "Amount" text is a label for a form TextField, and is also font size 10 but appears much smaller. To get them to match, I need to set the Amount label to font size 14.

I'm new to the platform, and trying to get different widgets to look similar is quite a challenge. Not many common properties, so it seems like if I want everything to look similar I will have to devise some workarounds. Another one is the fact that a form TextField has a Focus property, but not many other widgets seem to have this so it's hard to have standardized formatting while highlighting what field is active for the user.

Any suggestions would be appreciated.

3
1 reply