Change font size of options in q-dialog
-
Hi, when I popup a dialog using this.$q.dialog with checkbox options, is there any way to change the font size of the text for the checkboxes? There doesn’t seem to be any such option in the documentation.
-
You can add your own custom component (with the checkboxes you want) and any font size you’d like.
https://quasar.dev/quasar-plugins/dialog#Invoking-custom-component
Scott
-
I gave up and used a QDialog instead.