fix(theme): define on-surface-variant = vellum so muted body text stays readable on obsidian
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,11 @@ export const fabledCuratorTheme = {
|
||||
'on-primary': text.parchment,
|
||||
'on-secondary': text.parchment,
|
||||
|
||||
// Secondary/muted body text (empty states, captions, Vuetify hints).
|
||||
// Maps to the design system's "secondary on dark" so it stays readable
|
||||
// on obsidian instead of an undefined-token low-contrast fallback.
|
||||
'on-surface-variant': text.vellum,
|
||||
|
||||
success: semantic.success,
|
||||
warning: semantic.warning,
|
||||
error: semantic.error,
|
||||
|
||||
Reference in New Issue
Block a user