Skip to content

Commit

Permalink
fix: WC session list height
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Oct 17, 2023
1 parent a17eb18 commit 6219007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/walletconnect/SessionList/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.sessionListItem {
border: 1px solid var(--color-border-light);
border-radius: 6px;
height: 56px;
min-height: 56px;
}

.sessionListAvatar {
Expand Down

0 comments on commit 6219007

Please sign in to comment.