diff --git a/showcases/patternhub/pages/foundations/colors/color-schemes.tsx b/showcases/patternhub/pages/foundations/colors/color-schemes.tsx index 6afb18a62d2..14b3f339142 100644 --- a/showcases/patternhub/pages/foundations/colors/color-schemes.tsx +++ b/showcases/patternhub/pages/foundations/colors/color-schemes.tsx @@ -63,15 +63,15 @@ const ColorOverview = () => {
{colors.map((color) => ( -
- - - {color} - + + + {color} -
+ ))}