Skip to content

Commit

Permalink
fix(cosmoz-listbox): the font family gets reset
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinecula committed May 2, 2024
1 parent 76b3cfb commit 478dc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listbox/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const style = css`
:host {
position: fixed;
z-index: 1000;
font-family: var(--paper-font-subhead_-_font-family, initial);
font-family: var(--paper-font-subhead_-_font-family, inherit);
background: #fff;
min-width: 72px;
box-shadow:
Expand Down

0 comments on commit 478dc75

Please sign in to comment.