diff --git a/app/routes/_app.app.tsx b/app/routes/_app.app.tsx index fc1c6de..4e62f99 100644 --- a/app/routes/_app.app.tsx +++ b/app/routes/_app.app.tsx @@ -1,4 +1,4 @@ -import { Button } from "@radix-ui/themes"; +import { Button, Card, DropdownMenu, IconButton } from "@radix-ui/themes"; import { Link } from "@remix-run/react"; import { css, cx } from "styled-system/css"; import { container } from "styled-system/patterns"; @@ -37,6 +37,7 @@ export default function AppHome() {
@@ -75,9 +76,73 @@ export default function AppHome() { ))} -
right part
+
+ + + + + + Settings + + Logout + + +
+
+
+
+

+ Home +

+
+ +
+
+
+ test +
+
); } diff --git a/panda.config.ts b/panda.config.ts index fcf772d..483fefe 100644 --- a/panda.config.ts +++ b/panda.config.ts @@ -59,6 +59,7 @@ export default defineConfig({ maxWidth: "1150px", marginX: "auto", paddingX: "4", + w: "100%", }; }, },