Skip to content

Commit

Permalink
removed custom theming for radio and text area
Browse files Browse the repository at this point in the history
  • Loading branch information
Red Giuliano committed Dec 27, 2024
1 parent 998dea6 commit 7fc0b11
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions zt_frontend/src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,6 @@ const vuetify = createVuetify({
VMenu: {
contentClass: 'zt-menu'
},
VSwitch: {
baseColor: 'bluegrey-darken-3',
color: 'primary',
density:'compact',
hideDetails: true,
},
VTextarea: {
bgColor: 'bluegrey-darken-3'
}
},
theme: {
defaultTheme: currentTheme.value, // Set the initial theme
Expand Down

0 comments on commit 7fc0b11

Please sign in to comment.