Skip to content

Commit

Permalink
fix(VFooter): unref backgroundColorStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Nov 28, 2022
1 parent 6b094f3 commit c4ab550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VFooter/VFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const VFooter = defineComponent({
roundedClasses.value,
]}
style={[
backgroundColorStyles,
backgroundColorStyles.value,
props.app ? layoutItemStyles.value : undefined,
]}
v-slots={ slots }
Expand Down

0 comments on commit c4ab550

Please sign in to comment.