Skip to content

Commit

Permalink
chore(trend-indicator): remove left and right paddings if no background
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyKIron committed Apr 15, 2024
1 parent 70cc2dc commit 68c09c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
}
&.fu-no-background{
background-color: transparent;
padding: 2px 0;
}
}
}

0 comments on commit 68c09c8

Please sign in to comment.