Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dankco committed Mar 4, 2024
1 parent 95fdeb5 commit 0e37e36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/FillArrow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
.fill-arrow-border {
position: relative;
z-index: 1;

svg {
max-width: none;
}
Expand All @@ -34,7 +35,8 @@
.fill-arrow-background {
background-color: $accent-1-color;
position: absolute;
svg{

svg {
max-width: none;
}
}
Expand Down

0 comments on commit 0e37e36

Please sign in to comment.