Skip to content

Commit

Permalink
fixed chat icon transform error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakubovich committed May 20, 2021
1 parent 7dc1d25 commit 9b9034a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/@commonsku/styles/icons/ChatIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export function ChatIcon({
fill={color}
dominant-baseline="middle"
text-anchor="middle"
transform="translate(50% 50%)"
>
{notifs ? (notifs > 99 ? "99+" : notifs) : ""}
</text>
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ const App = () => {
<NoteIcon color={"black"} width={"1.5rem"}/>
<NoMarketingIcon width={"1.5rem"}/>
<YesMarketingIcon width={"1.5rem"}/>
<ChatIcon color={"#00d374"} width={"1.5rem"} notifs={122}/>
<ChatIcon color={"#00d374"} width={"1.5rem"} notifs={15}/>

<Link><CouponIcon color={"red"} width={"1.5rem"} mr={5}/>Link</Link>
<InfoIcon ml={5}/>
Expand Down

0 comments on commit 9b9034a

Please sign in to comment.