rcgit

/ karakeep

Commit cb8754bc

SHA cb8754bc09bf8495fb7f5ee744f61e06ac6af5d4
Author MohamedBassem <me at mbassem dot com>
Author Date 2024-03-31 17:59 +0100
Committer MohamedBassem <me at mbassem dot com>
Commit Date 2024-03-31 19:27 +0100
Parent(s) 61a7b4a68197 (diff)
Tree 44564c43f51c

patch snapshot

fix(web): Fix the color of the info pill in the all tags page
File + - Graph
M apps/web/app/dashboard/tags/page.tsx +2 -2
1 file(s) changed, 2 insertions(+), 2 deletions(-)

apps/web/app/dashboard/tags/page.tsx

diff --git a/apps/web/app/dashboard/tags/page.tsx b/apps/web/app/dashboard/tags/page.tsx
index 2ba1074c..7afe691d 100644
--- a/apps/web/app/dashboard/tags/page.tsx
+++ b/apps/web/app/dashboard/tags/page.tsx
@@ -42,7 +42,7 @@ export default async function TagsPage() {
   };
 
   return (
-    <div className="space-y-3 rounded-md border bg-background p-4">
+    <div className="space-y-4 rounded-md border bg-background p-4">
       <span className="text-2xl">All Tags</span>
       <Separator />
 
@@ -68,7 +68,7 @@ export default async function TagsPage() {
         <TooltipProvider delayDuration={0}>
           <Tooltip>
             <TooltipTrigger asChild>
-              <Info className="text-gray-100" size={20} />
+              <Info size={20} />
             </TooltipTrigger>
             <TooltipContent>
               <p>Tags that were only attached automatically (by AI)</p>