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

Commit

Permalink
chore: updated select all and clear selection button on dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawn Carrasco authored and Dawn Carrasco committed Jun 21, 2024
1 parent 9c1e039 commit 9c542aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Dropdown/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ const Dropdown = ({
) : null}

{hasClearSelection && hasSelectAll ? (
<Box cs={{background: "white", display: "flex", gap: "spacing.xxs"}}>
<Box
cs={{background: "white", display: "flex", gap: "spacing.xxs"}}
>
<Button
variant="secondary"
isFullWidth={true}
Expand Down

0 comments on commit 9c542aa

Please sign in to comment.