diff --git a/app/components/layout/GlobalSearch.module.css b/app/components/layout/GlobalSearch.module.css index 0e0ee5015..496c0de34 100644 --- a/app/components/layout/GlobalSearch.module.css +++ b/app/components/layout/GlobalSearch.module.css @@ -97,7 +97,7 @@ outline: none; } -.input { +.input.input { padding: var(--s-4); border: none; border-bottom: 1px solid var(--color-border); @@ -113,6 +113,7 @@ &:focus-within { outline: none; + border-color: var(--color-text-accent); } }