Skip to content

Commit

Permalink
style: tuning.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed Apr 26, 2024
1 parent b99568a commit be32bdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions src/ui/assets/open-external-cc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/ui/views/CommonPopup/AssetList/ProtocolList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const ProtocolItemWrapper = styled.div`
font-size: 13px;
line-height: 15px;
color: var(--r-neutral-title-1, #192945);
margin-left: 8px;
}
.net-worth {
font-weight: 500;
Expand Down Expand Up @@ -134,7 +133,7 @@ const ProtocolItem = ({
isShowChainTooltip={true}
/>
<div
className="flex items-center"
className="ml-[8px] flex items-center border-b-[1px] border-b-solid border-transparent hover:border-b-rabby-neutral-foot"
onClick={(evt) => {
evt.stopPropagation();
openInTab(protocol.site_url, false);
Expand Down

0 comments on commit be32bdc

Please sign in to comment.