Skip to content

Commit

Permalink
💄 [#1924] File upload component header dark
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Oct 19, 2022
1 parent ed5a1d9 commit 4cc8395
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.formio-component-file {
.list-group-item {
background-color: var(--body-bg);
border-color: var(--hairline-color);
}
}
3 changes: 3 additions & 0 deletions src/openforms/scss/components/builder/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
// fixes of styling broken by django admin styling
@import 'formio-component-checkbox';

// Fix for dark theme
@import 'formio-component-file';

@import 'columns';
@import 'openforms-component';

0 comments on commit 4cc8395

Please sign in to comment.