Skip to content

Commit 4231437

Browse files
committed
dark mode support
1 parent 90af3c4 commit 4231437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ConfirmDelete.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ const onClick = () => {
2121
}
2222
2323
const cls = computed(() => ["select-none inline-flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white",
24-
deleteConfirmed.value ? "cursor-pointer bg-red-600 hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500" : "bg-red-400"])
24+
deleteConfirmed.value ? "cursor-pointer bg-red-600 dark:bg-red-300 hover:bg-red-700 dark:hover:bg-red-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500" : "bg-red-400 dark:bg-red-500"])
2525
</script>

0 commit comments

Comments
 (0)