mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
[WEB-3745] chore: work item icon color picker improvement #2858
This commit is contained in:
committed by
GitHub
parent
ae7f776830
commit
47e4d6e19c
@@ -71,9 +71,6 @@ export const LucideIconsList: React.FC<TIconsListProps> = (props) => {
|
||||
onChange={handleColorChange}
|
||||
className={`transition-all duration-200 ease-in-out size-4`}
|
||||
/>
|
||||
{!DEFAULT_BACKGROUND_COLORS.includes(selectedColor) && (
|
||||
<Check className="absolute inset-0 m-auto text-white" size={12} strokeWidth={3} />
|
||||
)}
|
||||
</div>
|
||||
{DEFAULT_BACKGROUND_COLORS.map((curCol) => (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user