Skip to content

Commit

Permalink
fix(ui5-shellbar): adjust font size
Browse files Browse the repository at this point in the history
  • Loading branch information
kgogov committed Oct 24, 2024
1 parent c1473bb commit c5ff6f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fiori/src/themes/ShellBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
cursor: pointer;
border-radius: var(--_ui5_shellbar_button_border_radius);
position: relative;
font-size: 0.75rem;
font-weight: bold;
white-space: initial;
overflow: initial;
Expand Down
4 changes: 4 additions & 0 deletions packages/fiori/src/themes/ShellBarPopover.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
.ui5-shellbar-overflow-popover [ui5-li]::part(icon) {
color: var(--sapList_TextColor);
}

.ui5-shellbar-overflow-popover [ui5-li]::part(title) {
font-size: var(--sapFontSize);
}

0 comments on commit c5ff6f9

Please sign in to comment.