diff --git a/frontend/src/components/admin/ActionMenu.tsx b/frontend/src/components/admin/ActionMenu.tsx
index 6cabd654..9bc1ae90 100644
--- a/frontend/src/components/admin/ActionMenu.tsx
+++ b/frontend/src/components/admin/ActionMenu.tsx
@@ -53,8 +53,8 @@ export function ActionMenu({ items }: ActionMenuProps) {
ref={buttonRef}
onClick={() => setOpen(!open)}
className={cn(
- 'rounded-md p-1.5 text-muted-foreground transition-colors',
- 'hover:bg-accent hover:text-foreground'
+ 'rounded-md p-1.5 text-[#848b9b] transition-colors',
+ 'hover:bg-accent hover:text-[#e2e5eb]'
)}
>