diff --git a/src/index.css b/src/index.css index 7801708..512fd2a 100644 --- a/src/index.css +++ b/src/index.css @@ -243,3 +243,7 @@ textarea::placeholder { .animate-fadeInDown { animation: fadeInDown 0.3s ease-out; } + +.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg { + display: none; +}