feat: change the cursor of the quick search to pointer

This commit is contained in:
tzhangchi
2022-12-23 18:29:48 +08:00
parent c6dbe23c60
commit 89118b219f
2 changed files with 2 additions and 0 deletions
@@ -65,6 +65,7 @@ export const StyledInputContent = styled('div')(({ theme }) => {
...displayFlex('space-between', 'center'),
letterSpacing: '0.06em',
color: theme.colors.popoverColor,
'::placeholder': {
color: theme.colors.placeHolderColor,
},
@@ -88,6 +88,7 @@ export const WorkSpaceSliderBar = () => {
</StyledListItemForWorkspace>
<StyledListItem
data-testid="sliderBar-quickSearchButton"
style={{ cursor: 'pointer' }}
onClick={() => {
triggerQuickSearchModal();
}}