From 81ba7228b5ed691bbfd0a001fc4c7758561c1cf7 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 10 Feb 2024 23:50:03 -0600 Subject: [PATCH] Make admin menu text consistent --- src/components/MoreMenu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MoreMenu.tsx b/src/components/MoreMenu.tsx index be03e36b..8de42a45 100644 --- a/src/components/MoreMenu.tsx +++ b/src/components/MoreMenu.tsx @@ -23,7 +23,7 @@ export default function MoreMenu({ const itemClass = clsx( 'block w-full', 'border-none min-h-0 bg-transparent', - 'text-left', + 'text-left text-main', 'px-3 py-1.5 rounded-[3px]', 'hover:text-main', 'hover:bg-gray-50 active:bg-gray-100', @@ -59,7 +59,7 @@ export default function MoreMenu({