diff --git a/frontend/src/components/admin/ActionMenu.tsx b/frontend/src/components/admin/ActionMenu.tsx
index a259dd24..6cabd654 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-white/50 transition-colors',
- 'hover:bg-white/10 hover:text-white'
+ 'rounded-md p-1.5 text-muted-foreground transition-colors',
+ 'hover:bg-accent hover:text-foreground'
)}
>