We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe94a7 commit e41acb7Copy full SHA for e41acb7
src/components/CopyPageDropdown.tsx
@@ -272,7 +272,7 @@ export function CopyPageDropdown({
272
)}
273
onSelect={item.onSelect}
274
>
275
- <div className="flex-shrink-0 w-5 h-5 flex items-center justify-center text-gray-500 dark:text-gray-400">
+ <div className="flex-shrink-0 w-5 h-5 flex items-center justify-center text-gray-700 dark:text-gray-400">
276
<item.icon className="w-4 h-4" />
277
</div>
278
<div className="flex flex-col gap-0.5">
0 commit comments