Skip to content

Commit d381657

Browse files
jameskostersethrubenstein
authored andcommitted
Update stepper styling in Home template details panel (WordPress#51972)
* Update stepper styling * Remove !important
1 parent c1f25f8 commit d381657

File tree

1 file changed

+5
-1
lines changed
  • packages/edit-site/src/components/sidebar-navigation-screen

1 file changed

+5
-1
lines changed

packages/edit-site/src/components/sidebar-navigation-screen/style.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,11 @@
107107
.edit-site-sidebar-navigation-screen__input-control {
108108
width: 100%;
109109
.components-input-control__container {
110-
background: transparent;
110+
background: $gray-800;
111+
112+
.components-button {
113+
color: $gray-200;
114+
}
111115
}
112116
.components-input-control__input {
113117
color: $gray-200 !important;

0 commit comments

Comments
 (0)