Skip to content

Commit 5c2d2e5

Browse files
committed
just inherit
1 parent 0eafcd2 commit 5c2d2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-select/lib/uui-select.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export class UUISelectElement extends UUIFormControlMixin(LitElement, '') {
280280
#native {
281281
display: inline-block;
282282
font-family: inherit;
283-
font-size: var(--uui-select-font-size, var(--uui-size-5));
283+
font-size: var(--uui-select-font-size, inherit);
284284
height: var(--uui-select-height, var(--uui-size-11));
285285
padding: var(--uui-select-padding-y, var(--uui-size-1))
286286
var(--uui-select-padding-x, var(--uui-size-2));

0 commit comments

Comments
 (0)