Skip to content

Commit 8c9fc16

Browse files
committed
chore(VKbd): inherited props last
1 parent c219894 commit 8c9fc16

File tree

1 file changed

+2
-2
lines changed
  • packages/vuetify/src/components/VKbd

1 file changed

+2
-2
lines changed

packages/vuetify/src/components/VKbd/VKbd.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ import { makeThemeProps, provideTheme } from '@/composables/theme'
1414
import { genericComponent, propsFactory, useRender } from '@/util'
1515

1616
export const makeVKbdProps = propsFactory({
17+
color: String,
18+
1719
...makeBorderProps(),
1820
...makeComponentProps(),
1921
...makeRoundedProps(),
2022
...makeTagProps({ tag: 'kbd' }),
2123
...makeThemeProps(),
2224
...makeElevationProps(),
23-
24-
color: String,
2525
}, 'VKbd')
2626

2727
export const VKbd = genericComponent()({

0 commit comments

Comments
 (0)