Fix missing tailwind reference

This commit is contained in:
filtered
2025-09-14 00:08:52 +10:00
parent d854bfad6e
commit 948bf3228b

View File

@@ -24,6 +24,8 @@ const message = computed(() => (route.query.message as string) || '')
</script>
<style scoped>
@reference '../assets/css/style.css';
.desktop-dialog {
@apply w-screen h-screen flex items-center justify-center;
background: #1a1a1a;