feat: themes
ci-front / build (push) Successful in 2m17s

This commit is contained in:
nikita
2026-04-04 13:38:32 +03:00
parent 8175d7b3a5
commit 55cb214458
14 changed files with 197 additions and 99 deletions
+4 -1
View File
@@ -8,7 +8,10 @@ export const IDEPage = () => {
const files: FileNode | undefined = location.state?.files;
return (
<div className="absolute top-0 left-0 w-full h-full z-90">
<div
className="absolute top-0 left-0 w-full h-full z-90"
style={{ backgroundColor: "var(--bg-primary)" }}
>
<IDE onBack={() => navigate("/templates")} initialFiles={files} />
</div>
);