Skip to content

Commit

Permalink
fix(Slideover): bind rounded class to panel (nuxt#2187)
Browse files Browse the repository at this point in the history
Co-authored-by: malik jouda <[email protected]>
  • Loading branch information
2 people authored and binhth-1206 committed Sep 14, 2024
1 parent cc25ab9 commit 986b9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/overlays/Slideover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</TransitionChild>

<TransitionChild as="template" :appear="appear" v-bind="transitionClass">
<HDialogPanel :class="[ui.base, sideType === 'horizontal' ? [ui.width, 'h-full'] : [ui.height, 'w-full'], ui.background, ui.ring, ui.padding]">
<HDialogPanel :class="[ui.base, sideType === 'horizontal' ? [ui.width, 'h-full'] : [ui.height, 'w-full'], ui.background, ui.ring, ui.rounded, ui.padding]">
<slot />
</HDialogPanel>
</TransitionChild>
Expand Down

0 comments on commit 986b9af

Please sign in to comment.