Skip to content

Commit

Permalink
Remove redundant bg color within button appender (#17325)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak authored and pinarol committed Sep 4, 2019
1 parent 89664eb commit fc8c3da
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.appender {
align-items: center;
justify-content: center;
background-color: $gray-light;
padding: 12px;
background-color: $white;
border: $border-width solid $light-gray-500;
Expand Down

0 comments on commit fc8c3da

Please sign in to comment.