Skip to content

Commit

Permalink
fix: Moved summary exit button modal
Browse files Browse the repository at this point in the history
  • Loading branch information
25Ericcheong committed May 19, 2024
1 parent 69aa13b commit 60201fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/menu/summary-menu-modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ function closeSummmaryMenuModal() {
ref="dialog"
class="backdrop:bg-blackbq backdrop:opacity-50 h-full w-[390px] bg-creamyellowbq"
>
<div class="fixed h-0">
<div class="fixed top-14 left-[50%] ml-[125px]">
<button
class="w-[40px] h-[40px] bg-darkorangebq absolute top-5 left-[335px] border-creamwhitebq border-solid border-2 rounded-full"
class="w-[40px] h-[40px] bg-darkorangebq border-creamwhitebq border-solid border-2 rounded-full"
@click="closeSummmaryMenuModal"
>
<img class="h-full w-full" src="../../assets/icons/cross.jpg" />
Expand Down

0 comments on commit 60201fe

Please sign in to comment.