We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 340da6c + ce5db02 commit 6d74de8Copy full SHA for 6d74de8
contentcuration/contentcuration/frontend/settings/pages/Account/index.vue
@@ -100,7 +100,13 @@
100
:text="$tr('deleteAccountLabel')"
101
:appearanceOverrides="{
102
backgroundColor: $themeTokens.error,
103
- color: $themeTokens.textInverted
+ color: $themeTokens.textInverted,
104
+ ':hover': {
105
+ // Vuetify generates this based on theme colors, but oddly it doesn't make it
106
+ // available in the theme tokens
107
+ // TODO: Replace with KDS lighten/darken utilities
108
+ backgroundColor: 'var(--v-error-darken1)',
109
+ },
110
}"
111
@click="showDeleteConfirmation = true"
112
/>
0 commit comments