Skip to content

Commit 5f96780

Browse files
committed
icons updated
1 parent 599c6b7 commit 5f96780

11 files changed

+57
-31
lines changed

assets/icon-h1.svg

+3
Loading

assets/icon-h2.svg

+3
Loading

assets/icon-h3.svg

+3
Loading

assets/icon-h4.svg

+3
Loading

assets/icon-h5.svg

+3
Loading

assets/icon-h6.svg

+3
Loading

assets/icon.svg

-3
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@editorjs/header",
3-
"version": "2.6.2",
3+
"version": "2.7.0",
44
"keywords": [
55
"codex editor",
66
"header",

src/index.css

+5
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@
3535
.ce-header[contentEditable=true][data-placeholder]:empty:focus::before {
3636
display: none;
3737
}
38+
39+
.ce-header__tune-button svg {
40+
width: 16px;
41+
height: 16px;
42+
}

0 commit comments

Comments
 (0)