feat: color, i18n & datepicker font

This commit is contained in:
puriphatt 2024-06-07 12:19:38 +00:00
parent b49b6792d5
commit 422cad2046
8 changed files with 83 additions and 10 deletions

View file

@ -17,6 +17,8 @@ html {
--surface-2: var(--gray-0);
--surface-3: var(--gray-1);
--surface-tab: var(--gray-2);
--text-mute: var(--stone-5-hsl);
--text-mute-2: var(--stone-7-hsl);
@ -54,6 +56,8 @@ html {
--surface-2: var(--gray-10);
--surface-3: var(--gray-9);
--surface-tab: var(--gray-2);
--customer-corp: var(--purple-9-hsl);
--text-mute: var(--stone-8-hsl);
@ -123,6 +127,10 @@ html {
background-color: var(--surface-3) !important;
}
.surface-tab {
background-color: var(--surface-tab) !important;
}
.app-text-muted {
color: hsl(var(--text-mute));
}

View file

@ -59,3 +59,15 @@ $separator-dark-color: var(--border-color);
div.fullscreen.q-drawer__backdrop {
background-color: hsla(0 0% 60% / 0.4) !important;
}
.q-field--dense .q-field__label {
font-family: 'Noto Sans Thai', sans-serif;
}
.q-field__inner {
font-family: 'Noto Sans Thai', sans-serif;
}
.dp__menu.dp__menu_index.dp__theme_light.dp--menu-wrapper {
font-family: 'Noto Sans Thai', sans-serif;
}