Skip to content

Commit db43008

Browse files
fix: border for the search box in my models (#4987)
1 parent 8d8703b commit db43008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/containers/ModelSearch/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const ModelSearch = ({ onSearchLocal }: Props) => {
5757
value={searchText}
5858
clearable={searchText.length > 0}
5959
onClear={onClear}
60-
className="border-1 bg-[hsla(var(--app-bg))]"
60+
className="bg-[hsla(var(--app-bg))]"
6161
onClick={() => {
6262
onSearchLocal?.(inputRef.current?.value ?? '')
6363
}}

0 commit comments

Comments
 (0)