Skip to content

Commit

Permalink
FieldLabel: fix required indicator for Tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Nov 1, 2023
1 parent 0873ae1 commit b1f26d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Blazorise.Tailwind/TailwindClassProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ public override string FieldLabel( bool horizontal ) => horizontal

public override string FieldLabelRequiredIndicator( bool requiredIndicator )
=> requiredIndicator
? "after:content-[' *'] after:[color:var(--b-theme-danger, --btw-color-danger-500)]"
? "after:content-['_*'] after:[color:var(--b-theme-danger,--btw-color-danger-500)]"
: null;

#endregion
Expand Down

0 comments on commit b1f26d7

Please sign in to comment.