From a0a38389a617a8cfe293ec97675993e8ca70df26 Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Mon, 3 Jun 2024 02:14:45 -0400 Subject: [PATCH] Update page.tsx --- app/gallery/admin/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/gallery/admin/page.tsx b/app/gallery/admin/page.tsx index 7f3b8a4..d951057 100644 --- a/app/gallery/admin/page.tsx +++ b/app/gallery/admin/page.tsx @@ -70,13 +70,13 @@ function PageComponent() {
- {setNewTagName(e.target.value)}} className="hover:scale-105 focus:scale-95 mb-8 mr-2 rounded-md bg-secondary-bright p-2 w-1/2 text-white shadow-lg" placeholder="Tag Name" /> + {setNewTagName(e.target.value)}} className="hover:scale-105 focus:scale-105 mb-8 mr-2 rounded-md bg-info-bright p-2 w-1/2 text-black shadow-lg" placeholder="Tag Name" />
- {setTagSearch(e.target.value)}} className="hover:scale-105 focus:scale-95 mb-8 shadow-lg mr-2 rounded-md bg-secondary-bright p-2 w-full text-white" placeholder="Search all tags by name" /> + {setTagSearch(e.target.value)}} className="hover:scale-105 focus:scale-105 mb-8 shadow-lg mr-2 rounded-md bg-info-bright p-2 w-full text-black" placeholder="Search all tags by name" />