style: polish snackbar appearance (#9173)

This commit is contained in:
Weilong Liao
2026-07-07 09:43:59 +08:00
committed by GitHub
parent 1124dfe295
commit bf18fadbe6
12 changed files with 62 additions and 11 deletions

View File

@@ -21,6 +21,10 @@ export default createVuetify({
VCard: {
rounded: 'lg'
},
VSnackbar: {
elevation: 6,
rounded: 'lg'
},
VTextField: {
rounded: 'lg'
},