{children}
diff --git a/src/app/components/adminHeader.tsx b/src/app/components/adminHeader.tsx
new file mode 100644
index 0000000..e5e5131
--- /dev/null
+++ b/src/app/components/adminHeader.tsx
@@ -0,0 +1,18 @@
+import Image from "next/image";
+import { icons } from "#/assets/icons"
+
+export default function AdminHeader() {
+
+ return (
+ <>
+
+ >
+ )
+}
\ No newline at end of file
diff --git a/src/app/components/sidebar.tsx b/src/app/components/sidebar.tsx
index 9d1cae6..e093e6a 100644
--- a/src/app/components/sidebar.tsx
+++ b/src/app/components/sidebar.tsx
@@ -18,8 +18,8 @@ export default function Sidebar() {
return (
<>
-
-
+
+
diff --git a/src/app/globals.css b/src/app/globals.css
index 8b805a3..2662a8b 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -1,20 +1,20 @@
@import "tailwindcss";
:root {
- --foreground: #000000;
+ --foreground: #04060F;
--background: #ffffff;
--primary: #246BFD;
--cinder: #E7E5E4;
}
[ data-theme="dark"] {
- --foreground: #000000;
+ --foreground: #04060F;
--background: #ffffff;
}
@media (prefers-color-scheme: dark) {
:root {
- --foreground: #000000;
+ --foreground: #04060F;
--background: #ffffff;
}
}