Make quill editors inherit global font stack

Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-02-22 12:03:47 -06:00 committed by GitHub
parent b1217fcb06
commit eb177faa81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,6 +52,8 @@
// Override Quill styles
.ql-container {
// Inherit global font stack
font-family: inherit;
@include font-body-1;
}