Skip to content

Commit

Permalink
[UI] fix search button
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 committed Aug 30, 2024
1 parent 9f684f2 commit e97bbf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export function SearchOnExtentExtraButtons({
const SearchOnExtentButton = styled(IconButton)`
position: absolute;
top: 0;
left: 4px;
left: 355px;
`

const ReloadSearch = styled(Button)<{ $active: boolean }>`
Expand Down

0 comments on commit e97bbf0

Please sign in to comment.