Skip to content

Commit

Permalink
Adapt to Button component without wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Anboias committed Nov 27, 2024
1 parent 4cb46e3 commit 7a72e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/pages/proposals/delegation/delegation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
}

.delegateButton {
button {
padding: 0;
}
padding: 0;
}

.helpIcon {
Expand Down
5 changes: 2 additions & 3 deletions src/pages/proposals/proposals.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@
align-items: center;
gap: 8px;

.newProposalButton button {
.newProposalButton {
width: 240px;
}
}

@media (min-width: $sm) {
.proposalsHeader {
flex-direction: row;
Expand All @@ -43,7 +42,7 @@
}
}

.newProposalButtonWrapper .newProposalButton button {
.newProposalButtonWrapper .newProposalButton {
width: 172px;
}
}
Expand Down

0 comments on commit 7a72e11

Please sign in to comment.