Skip to content

Commit 5976681

Browse files
authored
Merge pull request #8 from djmaxus/master
feat: set minimum font size to 10px
2 parents a7ca96e + 52f1829 commit 5976681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/edit/toolbar/FontSize.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
id="font-size"
55
unit="px"
66
:default="styles.fontSize"
7-
:min="12"
7+
:min="10"
88
:max="20"
99
:on-value-change="setFontSize"
1010
/>

0 commit comments

Comments
 (0)