Skip to content

Commit

Permalink
style(SendTransaction):adjusted send icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielPrediger committed Feb 28, 2024
1 parent e666cf2 commit 3136b07
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 3136b07

Please sign in to comment.