feat(view): show default artboard canvas
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user