change color on the labels for read only inputs

This commit is contained in:
Rachid Mrad 2024-09-17 14:16:07 -04:00
parent d3b5ee0361
commit fc82399569
No known key found for this signature in database

View file

@ -85,7 +85,7 @@ legend.float-left-tablet + button.float-right-tablet {
.read-only-label {
font-size: size('body', 'sm');
color: color('primary');
color: color('primary-dark');
margin-bottom: units(0.5);
}