Skip to content

Commit

Permalink
fix(Slideover): bind rounded class to panel (#2187)
Browse files Browse the repository at this point in the history
Co-authored-by: malik jouda <[email protected]>
  • Loading branch information
malik-jouda and MalikJouda authored Sep 12, 2024
1 parent a0d94fa commit bf32baa
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 bf32baa

Please sign in to comment.