Skip to content

Commit

Permalink
feat: fill set on right arrow icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lauchness committed Aug 10, 2023
1 parent 445f1ac commit 0c9af47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/MintDialog/elements/ViewOnExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const ViewOnExplorer = React.forwardRef<
title
) : (
<>
View on Explorer <RightArrow className="ml-auto" />
View on Explorer <RightArrow fill="white" className="ml-auto" />
</>
)}
</Button>
Expand Down
4 changes: 2 additions & 2 deletions src/components/MintDialog/pages/Bridge/BridgeError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const BridgeError: FC<BridgeErrorProps> = ({
isl1
title={
<>
View l1 tx <RightArrow />
View l1 tx <RightArrow fill="white" className="ml-auto" />
</>
}
/>
Expand All @@ -53,7 +53,7 @@ export const BridgeError: FC<BridgeErrorProps> = ({
txHash={l2TxHash}
title={
<>
View l2 tx <RightArrow />
View l2 tx <RightArrow fill="white" className="ml-auto" />
</>
}
/>
Expand Down

0 comments on commit 0c9af47

Please sign in to comment.