Skip to content

Commit

Permalink
Merge pull request #557 from syscoin/style/tx-page-send-icon
Browse files Browse the repository at this point in the history
style(SendTransaction): adjusted send icon position
  • Loading branch information
lucasgabrielgsp authored Mar 5, 2024
2 parents d341ce6 + 3aefa2d commit cf5ecd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/pages/Send/SendTransaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export const SendTransaction = () => {
{tx?.from ? (
<div className="flex flex-col items-center justify-center w-full">
<div className="flex flex-col items-center justify-center w-full text-center text-brand-white font-poppins ">
<div className="flex flex-col mb-6 text-center">
<div className="flex flex-col items-center mb-6 text-center">
<div className="relative w-[50px] h-[50px] bg-brand-pink200 rounded-[100px] flex items-center justify-center mb-2">
<img
className="relative w-[30px] h-[30px]"
Expand Down

0 comments on commit cf5ecd4

Please sign in to comment.