Skip to content

Commit

Permalink
fix: svg missing colour (block theme)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasguillot committed May 18, 2024
1 parent cb3462f commit 031a11c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/newspack-ui/scss/elements/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
background: var( --newspack-ui-color-warning-30 );
color: var( --newspack-ui-color-body-bg );
}

svg {
fill: currentcolor;
}
}
}

0 comments on commit 031a11c

Please sign in to comment.