From cf046b63e002a0a7d3e9767441a59a57891cb650 Mon Sep 17 00:00:00 2001 From: Anchel123 <110421452+Anchel123@users.noreply.github.com> Date: Sun, 7 Apr 2024 15:25:43 +0300 Subject: [PATCH 01/22] more styling --- components/custom/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/custom/navbar.tsx b/components/custom/navbar.tsx index 1f5f66c..c76a200 100644 --- a/components/custom/navbar.tsx +++ b/components/custom/navbar.tsx @@ -67,7 +67,7 @@ export default function Navbar({ collapsed, onExpand }: { collapsed: boolean, on const darkmode = theme === "dark" || (theme === "system" && systemTheme === "dark") return ( <> -