diff --git a/app/(app)/pastel/batch/page.tsx b/app/(app)/pastel/batch/page.tsx index 3aab25b..b38e4c9 100644 --- a/app/(app)/pastel/batch/page.tsx +++ b/app/(app)/pastel/batch/page.tsx @@ -105,7 +105,7 @@ export default function BatchPage() {
@@ -127,7 +127,7 @@ export default function BatchPage() { - Operation + Operation - + Output Colors ({outputColors.length}) diff --git a/app/(app)/pastel/colorblind/page.tsx b/app/(app)/pastel/colorblind/page.tsx index 58715ca..7b81703 100644 --- a/app/(app)/pastel/colorblind/page.tsx +++ b/app/(app)/pastel/colorblind/page.tsx @@ -80,7 +80,7 @@ export default function ColorBlindPage() { - Colors to Test + Colors to Test - Blindness Type + Blindness Type - Simulation Results + Simulation Results diff --git a/app/(app)/pastel/contrast/page.tsx b/app/(app)/pastel/contrast/page.tsx index e9c19c6..a74f34c 100644 --- a/app/(app)/pastel/contrast/page.tsx +++ b/app/(app)/pastel/contrast/page.tsx @@ -71,7 +71,7 @@ export default function ContrastPage() { - Foreground Color + Foreground Color @@ -91,7 +91,7 @@ export default function ContrastPage() { - Background Color + Background Color @@ -104,7 +104,7 @@ export default function ContrastPage() { {/* Preview */} - Preview + Preview - Contrast Ratio + Contrast Ratio @@ -144,7 +144,7 @@ export default function ContrastPage() { {compliance && ( - WCAG 2.1 Compliance + WCAG 2.1 Compliance diff --git a/app/(app)/pastel/distinct/page.tsx b/app/(app)/pastel/distinct/page.tsx index 5196cfa..3c37efa 100644 --- a/app/(app)/pastel/distinct/page.tsx +++ b/app/(app)/pastel/distinct/page.tsx @@ -52,7 +52,7 @@ export default function DistinctPage() { - Settings + Settings @@ -119,7 +119,7 @@ export default function DistinctPage() { - + Generated Colors {colors.length > 0 && `(${colors.length})`} diff --git a/app/(app)/pastel/gradient/page.tsx b/app/(app)/pastel/gradient/page.tsx index 1f9377c..7a428e6 100644 --- a/app/(app)/pastel/gradient/page.tsx +++ b/app/(app)/pastel/gradient/page.tsx @@ -62,7 +62,7 @@ export default function GradientPage() { - Color Stops + Color Stops @@ -96,7 +96,7 @@ export default function GradientPage() { - Settings + Settings @@ -137,7 +137,7 @@ export default function GradientPage() { <> - Gradient Preview + Gradient Preview - + Colors ({gradient.length}) diff --git a/app/(app)/pastel/harmony/page.tsx b/app/(app)/pastel/harmony/page.tsx index 10a0e2f..ecbffb9 100644 --- a/app/(app)/pastel/harmony/page.tsx +++ b/app/(app)/pastel/harmony/page.tsx @@ -73,7 +73,7 @@ export default function HarmonyPage() { - Base Color + Base Color @@ -82,7 +82,7 @@ export default function HarmonyPage() { - Harmony Type + Harmony Type - + Generated Palette ({palette.length} colors) diff --git a/app/(app)/pastel/page.tsx b/app/(app)/pastel/page.tsx index 216d76e..54fba93 100644 --- a/app/(app)/pastel/page.tsx +++ b/app/(app)/pastel/page.tsx @@ -87,7 +87,7 @@ function PlaygroundContent() { - Color Picker + Color Picker @@ -96,7 +96,7 @@ function PlaygroundContent() { - Preview + Preview Share @@ -114,7 +114,7 @@ function PlaygroundContent() { - Recent Colors + Recent Colors - Color Information + Color Information {isLoading && ( @@ -189,7 +189,7 @@ function PlaygroundContent() { - Color Manipulation + Color Manipulation diff --git a/app/(app)/pastel/textcolor/page.tsx b/app/(app)/pastel/textcolor/page.tsx index 8b07423..fe9a983 100644 --- a/app/(app)/pastel/textcolor/page.tsx +++ b/app/(app)/pastel/textcolor/page.tsx @@ -69,7 +69,7 @@ export default function TextColorPage() { - Background Colors + Background Colors = 10} @@ -142,7 +142,7 @@ export default function TextColorPage() { <> - Optimized Results + Optimized Results {results.map((result, index) => ( diff --git a/app/globals.css b/app/globals.css index cbddfd8..11fd235 100644 --- a/app/globals.css +++ b/app/globals.css @@ -153,9 +153,9 @@ --accent-foreground: oklch(15% 0.05 255); --destructive: oklch(60% 0.2 25); --destructive-foreground: oklch(100% 0 0); - --border: rgba(0, 0, 0, 0.12); - --input: rgba(0, 0, 0, 0.01); - --ring: rgba(139, 92, 246, 0.2); + --border: rgba(0, 0, 0, 0.2); + --input: rgba(0, 0, 0, 0.08); + --ring: rgba(139, 92, 246, 0.4); } @layer base { diff --git a/components/figlet/FontPreview.tsx b/components/figlet/FontPreview.tsx index b1c36fd..287cdc3 100644 --- a/components/figlet/FontPreview.tsx +++ b/components/figlet/FontPreview.tsx @@ -57,9 +57,9 @@ export function FontPreview({ text, font, isLoading, onCopy, onDownload, onShare }; return ( - + - Preview + Preview {font && ( {font} diff --git a/components/figlet/FontSelector.tsx b/components/figlet/FontSelector.tsx index 52f6621..f9058a5 100644 --- a/components/figlet/FontSelector.tsx +++ b/components/figlet/FontSelector.tsx @@ -93,8 +93,8 @@ export function FontSelector({ return ( - - Select Font + + Select Font {onRandomFont && ( - + @@ -156,7 +156,7 @@ export default function MainConverter() { Convert {formatMeasureName(selectedMeasure)} - + {/* Input row, stacks vertically on mobile, horizontal on desktop */} {/* Value Input */}
diff --git a/app/(app)/pastel/contrast/page.tsx b/app/(app)/pastel/contrast/page.tsx index e9c19c6..a74f34c 100644 --- a/app/(app)/pastel/contrast/page.tsx +++ b/app/(app)/pastel/contrast/page.tsx @@ -71,7 +71,7 @@ export default function ContrastPage() {