Skip to content

Commit

Permalink
Fix: "New" chip positioning (#4170)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Sep 13, 2024
1 parent 502e36f commit c37c7c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/common/Chip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export function Chip({ color = 'primary', label = 'New' }: ChipProps) {
sx={{
backgroundColor: `${color}.background`,
color: `${color}.light`,
position: 'absolute',
right: 0,
mt: '-2px',
}}
label={
Expand Down

0 comments on commit c37c7c0

Please sign in to comment.