Skip to content

Commit

Permalink
fix: fix "Move To" color (#264) (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar authored Nov 30, 2023
1 parent 3fe7954 commit 8a14c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/ContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function ContextMenuItemRenderer({
<div
className={classNames(
'flex w-full items-center gap-3 truncate break-words',
!!childMenuItems && 'text-gray-200',
!!childMenuItems && 'text-gray-800 dark:text-gray-200',
!!childMenuItems && className,
)}
>
Expand Down

0 comments on commit 8a14c43

Please sign in to comment.