Skip to content

Commit

Permalink
Update Vuetify decorator snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Apr 19, 2024
1 parent 0d552f3 commit 15250c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions code/addons/themes/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,14 @@ setup((app) => {

export const decorators = [
withVuetifyTheme({
// These keys are the labels that will be displayed in the toolbar theme switcher
// These keys are the labels that will be displayed in the toolbar theme switcher
// The values must match the theme keys from your VuetifyOptions
themes: {
light: 'light',
dark: 'dark',
'high contrast': 'highContrast',
'high contrast': 'highContrast',
},
defaultTheme: 'light', // The key of your default theme
}),
];```
];
```

0 comments on commit 15250c2

Please sign in to comment.