Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix: lock color in channel messages
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Nov 1, 2023
1 parent 3ba0dab commit ac832a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/components/profile/tokens-tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ export const TokensTabHeader = ({
<Lock
width={20}
height={20}
stroke={isDark ? "white" : colors.gray[500]}
stroke={isDark ? "white" : "black"}
/>
) : (
<UnLocked
stroke={isDark ? "white" : colors.gray[500]}
stroke={isDark ? "white" : "black"}
width={20}
height={20}
/>
Expand Down

0 comments on commit ac832a8

Please sign in to comment.