Skip to content

Commit

Permalink
fix: withdraw
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu-tro committed Oct 30, 2024
1 parent 4cedd83 commit 5b9e571
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/assets/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,8 @@ video {
line-height: 1rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}

.login-link {
Expand All @@ -1127,8 +1129,8 @@ video {
line-height: 1.2rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-top: 0.1rem;
padding-bottom: 0.1rem;
}

.border-dotted{
Expand Down
2 changes: 1 addition & 1 deletion src/components/Modals/WithdrawDepositModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function WithdrawDepositModal({ color }) {
const [account, setAccount] = useState(null);
const [valid, setValid] = useState(false);
const maxRef = useRef(null);
const [tokenCurrent, setTokenCurrent] = useState('BTT');
const [tokenCurrent, setTokenCurrent] = useState('WBTT');


useEffect(() => {
Expand Down

0 comments on commit 5b9e571

Please sign in to comment.