Skip to content

Commit

Permalink
minor: playground toolbar - hide font drop down in favour of font entry
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Jul 26, 2024
1 parent 53552ab commit 52ea400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/playground/src/ToolbarPlayground.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
CodeDropDrownItem,
CodeLanguageDropDown,
FontFamilyDropDown,
FontSizeDropDown,
// FontSizeDropDown,
FontSizeEntry,
BoldButton,
ItalicButton,
Expand Down Expand Up @@ -58,7 +58,7 @@
<CodeLanguageDropDown />
{:else}
<FontFamilyDropDown />
<FontSizeDropDown />
<!-- <FontSizeDropDown /> -->
<FontSizeEntry />
<Divider />
<BoldButton />
Expand Down

0 comments on commit 52ea400

Please sign in to comment.