diff --git a/app/(sink)/demo/components/page.tsx b/app/(sink)/demo/components/page.tsx index bdf95b4..a27f9ea 100644 --- a/app/(sink)/demo/components/page.tsx +++ b/app/(sink)/demo/components/page.tsx @@ -8,6 +8,7 @@ import { Button, Checkbox, Menu, + Select, Tabs, TabsContent, TabsPanels, @@ -43,11 +44,18 @@ export default function page() {
- - Option 1 - Option 2 - Option 3 - +
diff --git a/app/global.css b/app/global.css index ffedef1..3d82d32 100644 --- a/app/global.css +++ b/app/global.css @@ -4,6 +4,18 @@ :root { --muted: #606067; + --background: #fff; + --foreground: #000; + --primary-50: #fffef0; + --primary-100: #fffac2; + --primary-200: #fff299; + --primary-300: #ffe766; + --primary-400: #ffdb33; + --primary-500: #ffcc00; + --primary-600: #ffb700; + --primary-700: #ff9f00; + --primary-800: #e68a00; + --primary-900: #b36b00; } .text-outlined { diff --git a/components/SideNav.tsx b/components/SideNav.tsx index d691b91..b62d705 100644 --- a/components/SideNav.tsx +++ b/components/SideNav.tsx @@ -5,9 +5,9 @@ import Link from "next/link"; export default function SideNav() { return (
-