We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8221a8 commit f7d5ce1Copy full SHA for f7d5ce1
ui/src/components/ticket/file/ImageModal.vue
@@ -1,7 +1,8 @@
1
<script setup lang="ts">
2
-import { X } from 'lucide-vue-next'
3
import { Button } from '@/components/ui/button'
4
+import { X } from 'lucide-vue-next'
5
+
6
defineProps<{
7
modelValue: boolean
8
imageUrl: string
@@ -26,7 +27,7 @@ const closeModal = () => {
26
27
<Button
28
variant="ghost"
29
size="icon"
- class="absolute -top-1 -right-1 h-8 w-8 rounded-full bg-white"
30
+ class="absolute -right-1 -top-1 h-8 w-8 rounded-full bg-white"
31
@click="closeModal"
32
>
33
<X class="h-5 w-5" />
0 commit comments