From a8cba8205ef7505e873ec089862bc85f4bd66bbd Mon Sep 17 00:00:00 2001 From: David Westgate Date: Mon, 10 Feb 2025 22:04:55 -0800 Subject: [PATCH] dec/inc buttons added; function --- components/ChipsSelector.tsx | 50 +++++++++++++++++---- components/__tests__/ChipsSelector.test.tsx | 39 +++++++++++++--- 2 files changed, 74 insertions(+), 15 deletions(-) diff --git a/components/ChipsSelector.tsx b/components/ChipsSelector.tsx index e594ffe..7e9ea16 100644 --- a/components/ChipsSelector.tsx +++ b/components/ChipsSelector.tsx @@ -135,14 +135,31 @@ const ChipsSelector = ({ return ( <> - {colorsUsed.map((color) => ( - Chips you have + + {colorsUsed.map((color) => ( + + ))} + + +