fix: q-editor color

This commit is contained in:
puriphatt 2024-06-24 07:59:24 +00:00
parent 247549e176
commit e057132470
2 changed files with 2 additions and 2 deletions

View file

@ -152,6 +152,6 @@ defineProps<{
}
:deep(.q-editor__toolbar.row.no-wrap.scroll-x) {
background-color: var(--surface-3) !important;
background-color: var(--surface-2) !important;
}
</style>

View file

@ -14,7 +14,7 @@ $negative: var(--red-9);
$info: var(--blue-6);
$warning: #ffc224;
$disabled: var(--stone-5);
$disabled: var(--stone-4);
$separator-color: var(--border-color);
$separator-dark-color: var(--border-color);