fix: Quill icon stroke width

This commit is contained in:
Suraj Shetty 2020-12-18 20:59:18 +05:30
parent 503d9affad
commit e331d4db3e

View file

@ -44,6 +44,7 @@
}
.ql-stroke {
stroke: var(--icon-stroke);
stroke-width: 1.2px;
}
.ql-picker-options {
border-color: var(--border-color) !important;