fix: q-editor color
This commit is contained in:
parent
247549e176
commit
e057132470
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue