Skip to content

Commit

Permalink
Merge pull request #134 from newfold-labs/fix/gutenberg-19.8-wp-6.8-t…
Browse files Browse the repository at this point in the history
…oggle-group-control

Enforce modal sidebar toggle group background with new core component styles
  • Loading branch information
wpalani authored Dec 10, 2024
2 parents 1dfe207 + 8fcd843 commit d3c32e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@

.components-toggle-group-control {
border-color: var(--nfd-wba-color-borders);
&:before {
background-color: var(--nfd-wba-color-borders);
}
}
}
}
Expand Down

0 comments on commit d3c32e2

Please sign in to comment.