fix(ui): fix ui icons and readability

This commit is contained in:
shafin-r
2025-11-12 15:38:07 +06:00
parent d1947e8e6e
commit 11108ad8cf
12 changed files with 108 additions and 122 deletions

View File

@ -17,7 +17,7 @@ const tabs = [
href: "/categories",
component: <HiViewGrid size={30} />,
},
{ name: "Bookmark", href: "/bookmark", component: <FaBookmark size={25} /> },
{ name: "Bookmark", href: "/bookmark", component: <FaBookmark size={23} /> },
{ name: "Settings", href: "/settings", component: <HiCog6Tooth size={30} /> },
];