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

@@ -12,7 +12,7 @@ export function App({ app }: AppProps) {
const zoomPercent = Math.round(state.editor.viewport.zoom * 100);
return (
<main className="flex min-h-screen flex-col bg-background text-foreground">
<main className="flex h-full flex-col bg-background text-foreground">
<header className="flex h-12 items-center justify-between border-b px-4">
<h1 className="font-semibold">Image Studio</h1>
<div className="text-sm text-muted-foreground">