Skip to content

Commit

Permalink
[lifeparticle#395] Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
panagiotisbellias authored and Panagiotis Bellias committed Apr 18, 2024
1 parent 22567e5 commit 758facb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/Colors/ShadesAndTints/components/Colors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Colors: FC<ExtendedColorsProps> = ({ colors, isPending, type }) => {
<div className={styles.colors__list}>
{colors.map((color, index) => (
<Card
key={color.id}
key={index}
style={{
backgroundColor: color,
color: getTextColor(color),
Expand Down

0 comments on commit 758facb

Please sign in to comment.