Skip to content

Commit

Permalink
fix: avnu widget simple improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveVodrazka committed Sep 2, 2024
1 parent 2422215 commit dbb6221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AvnuWidget/widget.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}

.modalheader>h3 {
Expand Down Expand Up @@ -157,7 +156,8 @@

.slippageinput {
border: 1px solid white;
display: inline-block;
display: flex;
align-items: center;
}

.slippageinput>span {
Expand Down

0 comments on commit dbb6221

Please sign in to comment.