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:28 -06:00
committed by GitHub
parent eff39fb5d4
commit ffc6fb1519

View File

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