Skip to content

Commit 9ff6b17

Browse files
authored
Merge pull request #1061 from commercelayer/searchbar-css
Update SearchBar border radius to match buttons style
2 parents f0e4600 + e83413d commit 9ff6b17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app-elements/src/ui/composite/SearchBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const SearchBar = forwardRef<HTMLInputElement, SearchBarProps>(
107107
/>
108108
<input
109109
className={cn(
110-
"rounded font-medium w-full px-11 transition placeholder:text-gray-400",
110+
"rounded-[8px] font-medium w-full px-11 transition placeholder:text-gray-400",
111111
"ring-0 outline-0",
112112
"focus:caret-primary focus:bg-white",
113113
{

packages/app-elements/src/ui/composite/__snapshots__/PageSkeleton.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exports[`PageSkeleton > Should be rendered 1`] = `
9595
</svg>
9696
</div>
9797
<input
98-
class="rounded font-medium w-full px-11 transition placeholder:text-gray-400 ring-0 outline-0 focus:caret-primary focus:bg-white bg-gray-100 border-0 shadow-none py-2 animate-pulse bg-gray-50! placeholder:text-gray-50"
98+
class="rounded-[8px] font-medium w-full px-11 transition placeholder:text-gray-400 ring-0 outline-0 focus:caret-primary focus:bg-white bg-gray-100 border-0 shadow-none py-2 animate-pulse bg-gray-50! placeholder:text-gray-50"
9999
data-testid="SearchBar-input"
100100
value=""
101101
/>

0 commit comments

Comments
 (0)