We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6a10c commit 88362baCopy full SHA for 88362ba
1 file changed
ts/components/DropdownItem.svelte
@@ -49,7 +49,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
49
justify-content: start;
50
width: 100%;
51
52
- font-size: var(--dropdown-font-size, var(--font-size));
+ font-size: var(--dropdown-font-size, small);
53
54
background: none;
55
box-shadow: none !important;
0 commit comments