TextField fontSize not following container style

So when a textfield is dropped into a container that has a fontSize defined the textfield font size isn’t changing. I have to specifically go into the TextField style and statically set the fontSize there.

Example:


With the root style fonetSize set to x-small the textfield isn’t following it.