We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e369aef commit e679b51Copy full SHA for e679b51
packages/main/src/themes/Button.css
@@ -7,6 +7,7 @@
7
:host {
8
min-width: var(--_ui5_button_base_min_width);
9
height: var(--_ui5_button_base_height);
10
+ line-height: normal;
11
font-family: "72override", var(--sapFontFamily);
12
font-size: var(--sapFontSize);
13
text-shadow: var(--_ui5_button_text_shadow);
0 commit comments