Skip to content

Commit

Permalink
Fixed a style bug in props editor (#17162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Oct 21, 2019
1 parent f7ec65e commit 5faf377
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
flex: 0 1 auto;
padding: 1px;
box-shadow: 0px 1px 3px transparent;
color: var(--color-text);
}
.Input:focus {
color: var(--color-text);
Expand Down

0 comments on commit 5faf377

Please sign in to comment.