mirror of
https://github.com/directus/directus.git
synced 2026-02-16 05:35:19 -05:00
Add dark mode (#297)
This commit is contained in:
@@ -124,8 +124,8 @@ export default defineComponent({
|
||||
.v-button {
|
||||
--v-button-width: auto;
|
||||
--v-button-height: 44px;
|
||||
--v-button-color: var(--foreground-inverted);
|
||||
--v-button-color-activated: var(--foreground-inverted);
|
||||
--v-button-color: var(--white);
|
||||
--v-button-color-activated: var(--white);
|
||||
--v-button-color-disabled: var(--foreground-subdued);
|
||||
--v-button-background-color: var(--primary);
|
||||
--v-button-background-color-activated: var(--primary);
|
||||
|
||||
Reference in New Issue
Block a user