Skip to content

Commit 6246225

Browse files
committed
ui: use default button styles for number input
1 parent db2102c commit 6246225

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/module.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ export default defineNuxtModule<ModuleOptions>({
109109
VFooter: {
110110
VBtn: { color: 'inherit' },
111111
},
112+
VNumberInput: {
113+
VBtn: { color: 'inherit', variant: 'inherit' },
114+
},
112115
},
113116
},
114117
})

0 commit comments

Comments
 (0)