Skip to content

Commit

Permalink
fix: svg inherit css for width and stroke
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 1, 2023
1 parent f261b96 commit ab48cd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ a {

svg {
height: inherit;
width: inherit;
fill: inherit;
stroke: inherit;
}

textarea {
Expand Down

0 comments on commit ab48cd5

Please sign in to comment.