Skip to content

Commit

Permalink
fix: badge color and selectability
Browse files Browse the repository at this point in the history
  • Loading branch information
zovomat committed Feb 24, 2022
1 parent 9fa423c commit e053dd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/shell/badge-wrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const MiniBadge = styled(Container)<{ badge: BadgeInfo }>`
min-height: 12px;
line-height: 12px;
border-radius: 8px;
color: ${({ theme }): string => theme.palette.gray6.regular};
user-select: none;
cursor: default;
`;

// eslint-disable-next-line react/display-name
Expand Down

0 comments on commit e053dd0

Please sign in to comment.