Skip to content

Commit

Permalink
chore(icon): remove inline-block style
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho committed Aug 7, 2024
1 parent 4b406b3 commit 2d04a1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LumexUI/Styles/Icon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace LumexUI.Styles;
internal readonly struct Icon
{
private readonly static string _base = ElementClass.Empty()
.Add( "inline-block" )
.Add( "fill-current" )
.ToString();

Expand Down

0 comments on commit 2d04a1d

Please sign in to comment.