Skip to content

Commit

Permalink
fix (icon): remove default fill for custom icons (gambitph#2516)
Browse files Browse the repository at this point in the history
* fix (icon): remove default fill for custom icons

* Update src/styles/block-design-system-blocks.scss [skip ci]

Co-authored-by: Benjamin Intal <[email protected]>
  • Loading branch information
vmc08 and bfintal authored Dec 23, 2022
1 parent a33c6b6 commit a9acf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/block-design-system-blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
// Icons
.stk--inner-svg {
border-color: cssvar(icon-color);
svg:last-child {
svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon) {
width: cssvar(icon-size);
height: cssvar(icon-size);
&,
Expand Down

0 comments on commit a9acf8e

Please sign in to comment.