Skip to content

Commit

Permalink
fix(rewards): wallet text color
Browse files Browse the repository at this point in the history
  • Loading branch information
solidovic committed Jul 31, 2024
1 parent c053004 commit 7b3ca13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/rewards/features/top-card/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export const WalletContentRowStyle = styled.div`
flex-direction: row;
align-items: center;
justify-content: space-between;
color: var(--lido-color-text);
`;

export const WalletContentAddressBadgeStyle = styled(AddressBadge)`
Expand Down

0 comments on commit 7b3ca13

Please sign in to comment.