Skip to content

Commit

Permalink
Remove bottom border from button
Browse files Browse the repository at this point in the history
  • Loading branch information
Siobhan committed Aug 2, 2021
1 parent 27f2623 commit 89f15ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/block-library/src/image/styles.native.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,12 @@
}

.setFeaturedButton {
border-bottom-width: $border-width;
border-bottom-color: $light-gray-400;
padding-bottom: $grid-unit-20;
text-align: left;
color: $blue-50;
}

.setFeaturedButtonDark {
border-bottom-color: $gray-70;
color: $blue-30;
}

Expand Down

0 comments on commit 89f15ac

Please sign in to comment.