Changing Font size inside q-input textarea
-
Im trying to change the font size inside q-input textarea component. class inside q-input seems not working… I tried to change it in the scoped style by selecting the class as the following:
.q-input textarea{}
It seems not working as well!!
Any idea?! -
.q-textarea .q-field__native { font-size: 24px; }
Change the font size to whatever you’d like.
Scott -
@s-molinari thanks a lot
‘’’‘’’