Skip to content

Commit

Permalink
fix(ui5-label): adjust asterisk size
Browse files Browse the repository at this point in the history
fixes: #10494
  • Loading branch information
s-todorova committed Jan 13, 2025
1 parent dd2d45d commit 61bd0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/Label.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
:host([required]) .ui5-label-required-colon:after {
content:"*";
color: var(--sapField_RequiredColor);
font-size: 1.25rem;
font-size: var(--sapFontLargeSize);
font-weight: bold;
position: relative;
font-style: normal;
Expand Down

0 comments on commit 61bd0e1

Please sign in to comment.