Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: search style
Browse files Browse the repository at this point in the history
  • Loading branch information
eyworldwide committed Sep 15, 2023
1 parent c11e54c commit 7836d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/components/SearchBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const SearchBox = () => {
let endSlot = null;

if (loadingSearchResult) {
endSlot = <Spin size="sm" />
endSlot = <Spin size="sm" css={{width: "$4", height: "$4", marginRight: "$1_5"}} />
}
else if (searchText) {
endSlot = <ActionButton size="md">
Expand Down

0 comments on commit 7836d4f

Please sign in to comment.