Skip to content

Commit afd6a58

Browse files
committed
fix(VOtpInput): add color, bgColor, and baseColor to defaults provider
1 parent cc03fa5 commit afd6a58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vuetify/src/labs/VOtpInput/VOtpInput.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ export const VOtpInput = genericComponent<VOtpInputSlots>()({
183183

184184
provideDefaults({
185185
VField: {
186+
color: computed(() => props.color),
187+
bgColor: computed(() => props.color),
188+
baseColor: computed(() => props.baseColor),
186189
disabled: computed(() => props.disabled),
187190
error: computed(() => props.error),
188191
variant: computed(() => props.variant),

0 commit comments

Comments
 (0)