Skip to content

Commit 215bcc9

Browse files
authored
feat: add custom CSS property for progress-bar height (#10492)
1 parent e42f30e commit 215bcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/progress-bar/src/styles/vaadin-progress-bar-base-styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const progressBarStyles = css`
1010
:host {
1111
display: block;
1212
width: 100%; /* prevent collapsing inside non-stretching column flex */
13-
height: 0.5lh;
13+
height: var(--vaadin-progress-bar-height, 0.5lh);
1414
contain: layout size;
1515
}
1616

0 commit comments

Comments
 (0)