Skip to content

Commit

Permalink
💄 [#1924] Light colour for 'Add another' button
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Oct 18, 2022
1 parent 1df5c94 commit 205e774
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/openforms/scss/components/builder/_admin-fixes.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import '~microscope-sass/lib/color';
@import '~microscope-sass/lib/typography';

@import '../../vars';

Expand Down Expand Up @@ -35,3 +36,7 @@ div#content h1 {
color: $color-danger;
font-weight: bold;
}

.formio-button-add-another:not(:hover) {
color: var(--body-fg) !important;
}

0 comments on commit 205e774

Please sign in to comment.