fix(layout): drawer text color

This commit is contained in:
puriphatt 2024-07-24 03:03:00 +00:00
parent 2f35e7111f
commit 3e5a4ea0e9

View file

@ -221,7 +221,7 @@ function branchSetting() {}
<style lang="scss" scoped>
#drawer-menu :deep(.q-item) {
color: var(--gray-6);
color: var(--gray-7);
border-radius: var(--radius-2);
}
#drawer-menu :deep(.q-item.active) {