From 4659965f62c3ea32a7f7c011b26b8e1eb4310bd9 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 6 Mar 2025 13:26:55 +0700 Subject: [PATCH] feat: add font-family to active overlay cell in SCSS --- src/css/quasar.variables.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/quasar.variables.scss b/src/css/quasar.variables.scss index a319cf02..7bd226ac 100644 --- a/src/css/quasar.variables.scss +++ b/src/css/quasar.variables.scss @@ -85,6 +85,10 @@ div.fullscreen.q-drawer__backdrop { font-family: 'Noto Sans Thai', sans-serif; } +.dp__overlay_cell_active.dp__overlay_cell_pad { + font-family: 'Noto Sans Thai', sans-serif; +} + .disabled, .disabled *, [disabled],