diff --git a/packages/vuetify/src/components/VFooter/VFooter.tsx b/packages/vuetify/src/components/VFooter/VFooter.tsx index bba6136a41a..d2b5e2ec20b 100644 --- a/packages/vuetify/src/components/VFooter/VFooter.tsx +++ b/packages/vuetify/src/components/VFooter/VFooter.tsx @@ -69,7 +69,7 @@ export const VFooter = defineComponent({ roundedClasses.value, ]} style={[ - backgroundColorStyles, + backgroundColorStyles.value, props.app ? layoutItemStyles.value : undefined, ]} v-slots={ slots }