Skip to content

Commit

Permalink
style: expand pill height for bottom of letters
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed May 7, 2024
1 parent 0fba489 commit 5eab472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Analyst/ChangeStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const StyledDropdown = styled.select<DropdownProps>`
border-radius: 16px;
appearance: none;
padding: 6px 12px;
height: 30px;
height: 32px;
width: ${(props) => props.statusStyles?.pillWidth};
background: ${(props) => props.statusStyles?.backgroundColor}
url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'>
Expand Down

0 comments on commit 5eab472

Please sign in to comment.