Skip to content

Commit

Permalink
[#3774] Fix dark mode compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Jan 16, 2024
1 parent 2bbf2a6 commit 78cc90e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/openforms/scss/components/builder/_builder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,16 @@ div.flatpickr-calendar.open {
border-color: var(--body-quiet-color);
color: var(--body-fg);
}

&:read-only {
background-color: var(--form-input-bg);
border-color: var(--border-color);
color: var(--body-fg);
}
}

.table {
color: var(--body-fg);
}

.card {
Expand Down

0 comments on commit 78cc90e

Please sign in to comment.