AAE-21256 Fix form widget styles (#9599)

This commit is contained in:
Diogo Bastos
2024-04-23 16:00:44 +01:00
committed by VitoAlbano
parent db8cfe0c6b
commit a207a97c0f

View File

@@ -17,6 +17,11 @@
}
}
.adf-container-widget__header-text, .adf-label {
font-family: var(--theme-font-family);
color: var(--theme-primary-color);
}
.adf-field-list {
padding: 0;
list-style-type: none;