Better centre the magnifying glass

This commit is contained in:
Jackson Harper 2023-03-03 14:26:48 +08:00
parent f725eea1e5
commit 9a4877a0c9

View file

@ -418,6 +418,9 @@ function ControlButtonBox(props: ControlButtonBoxProps): JSX.Element {
onClick={() => {
props.setShowInlineSearch && props.setShowInlineSearch(true)
}}
css={{
display: 'flex',
}}
>
<MagnifyingGlass
size={20}