Skip to content

Commit

Permalink
fix: make withdraw tab disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
hkey0 committed Sep 6, 2024
1 parent b759f77 commit b7844c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/components/deposit/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
color: #666666; /* Dark gray color for inactive tab text */
}

.header-tabs div.disabled {
cursor: not-allowed;
}

.arrow-container {
position: absolute;
top: 50%;
Expand Down

0 comments on commit b7844c1

Please sign in to comment.