diff --git a/app/(app)/pastel/batch/page.tsx b/app/(app)/pastel/batch/page.tsx index 7a3ff77..c8355e5 100644 --- a/app/(app)/pastel/batch/page.tsx +++ b/app/(app)/pastel/batch/page.tsx @@ -97,7 +97,7 @@ export default function BatchPage() { {/* Input */}
-

Input Colors

+

Input Colors

Enter colors (one per line or comma-separated). Supports hex format

@@ -115,7 +115,7 @@ export default function BatchPage() {
-

Operation

+

Operation

0 ? ( <>
-

Simulation Results

+

Simulation Results

Compare original colors (left) with how they appear to people with{' '} {blindnessType} (right) diff --git a/app/(app)/pastel/contrast/page.tsx b/app/(app)/pastel/contrast/page.tsx index a8010c3..a849058 100644 --- a/app/(app)/pastel/contrast/page.tsx +++ b/app/(app)/pastel/contrast/page.tsx @@ -70,7 +70,7 @@ export default function ContrastPage() {

-

Foreground Color

+

Foreground Color

@@ -87,7 +87,7 @@ export default function ContrastPage() {
-

Background Color

+

Background Color

@@ -96,7 +96,7 @@ export default function ContrastPage() {
{/* Preview */}
-

Preview

+

Preview

-

Contrast Ratio

+

Contrast Ratio

{ratio.toFixed(2)}:1

@@ -128,7 +128,7 @@ export default function ContrastPage() { {/* WCAG Compliance */} {compliance && (

-

WCAG 2.1 Compliance

+

WCAG 2.1 Compliance

Level AA

diff --git a/app/(app)/pastel/distinct/page.tsx b/app/(app)/pastel/distinct/page.tsx index 50e6d3a..636feb1 100644 --- a/app/(app)/pastel/distinct/page.tsx +++ b/app/(app)/pastel/distinct/page.tsx @@ -51,7 +51,7 @@ export default function DistinctPage() {
-

Settings

+

Settings

@@ -128,7 +128,7 @@ export default function DistinctPage() { {/* Results */}
-

+

Generated Colors {colors.length > 0 && `(${colors.length})`}

diff --git a/app/(app)/pastel/gradient/page.tsx b/app/(app)/pastel/gradient/page.tsx index 7c6393c..d683b00 100644 --- a/app/(app)/pastel/gradient/page.tsx +++ b/app/(app)/pastel/gradient/page.tsx @@ -65,7 +65,7 @@ export default function GradientPage() { {/* Controls */}
-

Color Stops

+

Color Stops

{stops.map((stop, index) => (
@@ -95,7 +95,7 @@ export default function GradientPage() {
-

Settings

+

Settings