1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Update validation styles to use emerald color

This commit is contained in:
Benjamin Beganović 2024-03-04 18:36:38 +01:00
parent 40d3a7734d
commit 302a575a54

View File

@ -7,5 +7,5 @@
}
.validation-pass {
@apply border-green-500 text-gray-700 text-sm;
@apply border-emerald-500 text-gray-700 text-sm;
}