diff --git a/apps/landing/src/components/HeroSearch.astro b/apps/landing/src/components/HeroSearch.astro index e7647abe..743952c6 100644 --- a/apps/landing/src/components/HeroSearch.astro +++ b/apps/landing/src/components/HeroSearch.astro @@ -45,7 +45,7 @@ function renderIcon(iconName: string): string { id="hero-tool-search" autocomplete="off" placeholder={t(locale, "home.hero.searchPlaceholder")} - class="w-full rounded-2xl border border-border bg-surface py-4 pe-4 ps-12 text-base shadow-sm outline-none transition-all placeholder:text-muted focus:border-primary focus:shadow-md" + class="w-full rounded-2xl border border-border bg-surface py-4 pe-4 ps-12 text-base shadow-sm outline-none transition-all placeholder:text-muted focus:border-primary-ink focus:shadow-md" aria-label={t(locale, "home.hero.searchPlaceholder")} aria-expanded="false" aria-controls="hero-search-results" diff --git a/apps/landing/src/components/ToolGrid.astro b/apps/landing/src/components/ToolGrid.astro index 2ded55ac..499378d6 100644 --- a/apps/landing/src/components/ToolGrid.astro +++ b/apps/landing/src/components/ToolGrid.astro @@ -220,7 +220,7 @@ const safeStringsJson = JSON.stringify(toolGridStrings).replace(/ @@ -558,7 +558,7 @@ export function EditMetadataSettings() { id="em-date-shift-direction" value={form.dateShiftDirection} onChange={(e) => setField("dateShiftDirection", e.target.value as "+" | "-")} - className="px-2.5 py-1.5 rounded-md border border-input bg-background text-sm" + className="px-2.5 py-1.5 rounded-md border border-border bg-background text-sm" > @@ -685,12 +685,12 @@ export function EditMetadataSettings() { } }} placeholder="Add keyword and press Enter" - className="flex-1 px-2.5 py-1.5 rounded-md border border-input bg-background text-sm text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring" + className="flex-1 px-2.5 py-1.5 rounded-md border border-border bg-background text-sm text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring" /> @@ -776,7 +776,7 @@ export function EditMetadataSettings() { @@ -797,13 +797,13 @@ export function EditMetadataSettings() { value={templateName} onChange={(e) => setTemplateName(e.target.value)} placeholder="Template name" - className="flex-1 px-2.5 py-1.5 rounded-md border border-input bg-background text-xs placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring" + className="flex-1 px-2.5 py-1.5 rounded-md border border-border bg-background text-xs placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring" />