I'm learning PrimeVue 4 and I can't figure out how to customize its components' design tokens.
For example, this page https://primevue.org/iftalabel (under the "themes" tab) has a list of design tokens
But I have no idea how to customize, for example, the iftalabel.font.size token
I tried to specify in my main.scss module value for --p-iftalabel-font-size variable but with no success:
:root {
--p-iftalabel-font-size: 0.8rem;
}
Could someone please tell me how to do this properly?