Skip to content

Commit 5faf377

Browse files
author
Brian Vaughn
authored
Fixed a style bug in props editor (facebook#17162)
1 parent f7ec65e commit 5faf377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-devtools-shared/src/devtools/views/Components/EditableName.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
flex: 0 1 auto;
33
padding: 1px;
44
box-shadow: 0px 1px 3px transparent;
5+
color: var(--color-text);
56
}
67
.Input:focus {
78
color: var(--color-text);

0 commit comments

Comments
 (0)