Skip to content

Commit

Permalink
styled date clear button
Browse files Browse the repository at this point in the history
  • Loading branch information
michellelin1 committed May 13, 2024
1 parent f91f501 commit 11334e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/PublishedSchedule/PublishedSchedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const PublishedSchedule = () => {
{selectedSeason}
</Text>
<Select
mt="-30px"
mt="-35px"
variant="unstyled"
placeholder={allSeasons.indexOf(curSeason) === -1 && curSeason}
value={selectedSeason}
Expand Down Expand Up @@ -185,9 +185,11 @@ const PublishedSchedule = () => {
{searchedDate.length ?
<IconButton
background="transparent"
size="sm"
size="xs"
icon={<CloseIcon/>}
onClick={() => setSearchedDate('')}
color="gray.600"
ml="0.5rem"
/> :
<SearchIcon
position="absolute"
Expand Down

0 comments on commit 11334e8

Please sign in to comment.