Update table row error styling

This commit is contained in:
Sonny 2020-07-26 21:23:19 +02:00
parent fd16478909
commit a1c11baa3d

View file

@ -16,7 +16,7 @@
&__row { &__row {
&--error { &--error {
background-color: lighten($error-red, 25%); background-color: transparentize($error-red, 0.8);
} }
} }