Skip to content

Commit

Permalink
fix(VSpeedDial): Use content-class (#20319)
Browse files Browse the repository at this point in the history
resolves #20051
  • Loading branch information
J-Sek authored Aug 13, 2024
1 parent 8962a00 commit b10c4ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VSpeedDial/VSpeedDial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const VSpeedDial = genericComponent<OverlaySlots>()({
contentClass={[
'v-speed-dial__content',
locationClasses.value,
props.contentClass,
]}
location={ location.value }
ref={ menuRef }
Expand Down

0 comments on commit b10c4ab

Please sign in to comment.