Skip to content

Commit

Permalink
Fix toolbar icons for h3-h6 (#4131)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3wi authored Apr 30, 2024
1 parent dbaa1e0 commit 5eef805
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/quill/src/ui/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ import directionRightToLeftIcon from '../assets/icons/direction-rtl.svg';
import formulaIcon from '../assets/icons/formula.svg';
import headerIcon from '../assets/icons/header.svg';
import header2Icon from '../assets/icons/header-2.svg';
import header3Icon from '../assets/icons/header-3.svg';
import header4Icon from '../assets/icons/header-4.svg';
import header5Icon from '../assets/icons/header-5.svg';
import header6Icon from '../assets/icons/header-6.svg';
import italicIcon from '../assets/icons/italic.svg';
import imageIcon from '../assets/icons/image.svg';
import indentIcon from '../assets/icons/indent.svg';
Expand Down Expand Up @@ -50,6 +54,10 @@ export default {
header: {
'1': headerIcon,
'2': header2Icon,
'3': header3Icon,
'4': header4Icon,
'5': header5Icon,
'6': header6Icon,
},
italic: italicIcon,
image: imageIcon,
Expand Down

0 comments on commit 5eef805

Please sign in to comment.