@@ -277,8 +287,8 @@ export function ColorPicker() {
{/* Right Column: Tailwind Colors */}
-
-
+
+
{
// Always set the hex color for the color picker
diff --git a/src/components/TailwindColors.tsx b/src/components/TailwindColors.tsx
index 2343104..0ac88cd 100644
--- a/src/components/TailwindColors.tsx
+++ b/src/components/TailwindColors.tsx
@@ -46,16 +46,13 @@ export function TailwindColors({ onColorSelect, selectedColor }: TailwindColorsP
}
return (
-
-
- Tailwind Color Reference
-
+
{/* Color rows */}
{orderedColors.map(colorName => (
-