From c4ab55052fb1cca4ac895d50d45a13d4b4861649 Mon Sep 17 00:00:00 2001 From: Kael Date: Tue, 29 Nov 2022 02:24:30 +1100 Subject: [PATCH] fix(VFooter): unref backgroundColorStyles --- packages/vuetify/src/components/VFooter/VFooter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }