Skip to content

Commit

Permalink
fix(library-icon-color): change icon color in your transactions libra…
Browse files Browse the repository at this point in the history
…ry page
  • Loading branch information
clovisdasilvaneto committed Oct 18, 2024
1 parent ef7df39 commit 5fd16ae
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions apps/tx-builder/src/pages/TransactionLibrary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,7 @@ const TransactionLibrary = () => {
<StyledEmptyLibraryText>You don't have any saved batches.</StyledEmptyLibraryText>
<StyledEmptyLibraryText>
Safe a batch by{' '}
<StyledLinkIcon
size="sm"
type="bookmark"
color="primary"
aria-label="go to transaction list view"
/>
<StyledLinkIcon size="sm" type="bookmark" aria-label="go to transaction list view" />
in transaction list view.
</StyledEmptyLibraryText>
</Box>
Expand Down Expand Up @@ -274,4 +269,8 @@ const StyledEmptyLibraryText = styled(Text)`
const StyledLinkIcon = styled(Icon)`
vertical-align: middle;
margin-right: 2px;
.icon-color {
fill: ${({ theme }) => theme.palette.text.secondary};
}
`

0 comments on commit 5fd16ae

Please sign in to comment.