Skip to content

Commit

Permalink
fix: overwrite background of button, for 6.2 tertiary variant to be c…
Browse files Browse the repository at this point in the history
…onsistent
  • Loading branch information
Arukuen committed Jul 11, 2024
1 parent faf74ac commit 02aca3b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/components/variation-picker/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
fill: #d8d8d8 !important;
}
}
.block-editor-block-variation-picker__variation svg {
width: 48px;
height: 48px;
.block-editor-block-variation-picker__variation {
background: #fff !important;

svg {
width: 48px;
height: 48px;
}
}
}

0 comments on commit 02aca3b

Please sign in to comment.