fix: #1348 Improved the close button UI (#1381)

This commit is contained in:
Arc_G 2023-01-22 13:17:49 +05:30 committed by GitHub
parent 31d9308043
commit c35f8fdd33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ onUnmounted(() => locked.value = false)
</div>
</div>
<div absolute top-0 w-full flex justify-between>
<div absolute top-0 w-full flex justify-end>
<button
btn-action-icon bg="black/30" aria-label="action.close" hover:bg="black/40" dark:bg="white/30"
dark:hover-bg="white/20" pointer-events-auto shrink-0 @click="emit('close')"