Skip to content

Commit

Permalink
AAE-21256 Fix form widget styles (#9599)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoABastos authored and VitoAlbano committed Jul 9, 2024
1 parent 3264e55 commit 53d1b80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/core/src/lib/form/components/form-renderer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 53d1b80

Please sign in to comment.