feat(view): show default artboard canvas

This commit is contained in:
syntaxbullet
2026-07-03 10:01:02 +02:00
parent fb0c424745
commit b4f1a149c6
4 changed files with 25 additions and 6 deletions

View File

@@ -5,7 +5,13 @@
@apply font-sans;
}
html,
body,
#root {
@apply h-full;
}
body {
@apply m-0 min-w-[320px] min-h-screen bg-background text-foreground;
@apply m-0 min-w-[320px] bg-background text-foreground;
}
}