Currently to change the styles you need to override with `!important` the built-in styles using the global classes. A better solution is adding sass theme using sass modules (`@use`) like material allowing for style overrides.
Currently to change the styles you need to override with
!importantthe built-in styles using the global classes.A better solution is adding sass theme using sass modules (
@use) like material allowing for style overrides.