Skip to content

Commit

Permalink
Remove style overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvang21 committed Sep 26, 2024
1 parent 3cd42d6 commit 6a0be67
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,6 @@
border-top: 1px solid $gray-800;
padding: $grid-unit-05;
justify-content: center;
.components-button.is-tertiary {
width: auto;
height: $button-size-compact;
justify-content: center;

&:disabled {
color: $gray-600;
background: none;
}

&:hover:not(:disabled) {
color: $white;
background-color: $gray-700;
}
}
}
}

Expand Down

0 comments on commit 6a0be67

Please sign in to comment.