Skip to content

Commit

Permalink
Change inserter search placeholder text color (#22444)
Browse files Browse the repository at this point in the history
* Change placeholder text color

* Use $dark-gray-400 instead
  • Loading branch information
enriquesanchez authored May 20, 2020
1 parent 7779aeb commit 70f65da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ $block-inserter-tabs-height: 44px;
background: $white;
box-shadow: 0 0 0 $border-width-focus $theme-color;
}

&::placeholder {
color: $dark-gray-400;
}
}
}

Expand Down

0 comments on commit 70f65da

Please sign in to comment.