:rules props ! different color on error
-
Hi All,
Is there any way we can change the color when the validation fails through :rules props. By default the color is red on fail.
Please Help me out if you know the solution.Thank you
-
@robin-x85 it’s using the color set by css variable
$negative
, see the docs about theming on how. https://quasar.dev/style/theme-builder#Theme-Builder or override the css (inspect see classes) if you want the effect only in that page. -
Thank you so much again for helping out