Skip to content

Commit

Permalink
style: fix LR Visualizer height
Browse files Browse the repository at this point in the history
  • Loading branch information
ogous committed Aug 16, 2024
1 parent d2c9c69 commit 0f1fb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/StakeForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ export const StakeForm = ({ mode, poolId, positionId }: StakeFormProps) => {
</AnimatePresence>
)}

<div className="mt-[20px] h-[212px] w-[318px] rounded-lg bg-black px-[20px] py-[11px] text-white md:h-[248px] md:w-[392px]">
<div className="mt-[20px] w-[318px] rounded-lg bg-black px-[20px] py-[11px] text-white md:w-[392px]">
<div className="flex w-full flex-row items-center justify-between">
<div className="text-3xs md:text-2xs">Liquidity Range</div>

Expand Down

0 comments on commit 0f1fb0c

Please sign in to comment.