修改 q-cark 在暗黑模式下的默认颜色

This commit is contained in:
fofolee 2022-05-16 23:49:17 +08:00
parent ad7b07d080
commit 3bdb72f435

View File

@ -183,6 +183,9 @@ export default defineComponent({
--q-dark: #464646;
--q-dark-page: #303133;
}
.q-card--dark {
background: var(--q-dark-page);
}
.q-tooltip {
font-size: 11px;
}