Valo $v-error-indicator-color: how to get rid of it?!

I got a requirement which says if an input contains invalid data, the background color should change - not the border. I’m using Valo, and so far the only way I’ve found was to set
$v-error-indicator-color: none
-which throws an ugly compliation error, but it works.

My question is: is there a clean way to tell Valo to not show the border at all?

Ok I got it - I’ve found the
valo-textfield-error-style
mixin and did the necessary changes. I guess I have to read the
SaasDoc
more carefully :wink: