Skip to content

Commit 4d36b04

Browse files
committed
remove default border and background from uitoolkit fields
1 parent 324760f commit 4d36b04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: Resources/ReactUnity/styles/uitoolkit/react-unity-utils.uss

+5
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@
2929
.unity-base-text-field__input {
3030
-unity-text-align: upper-left;
3131
}
32+
33+
.unity-base-field__input {
34+
border-width: 0;
35+
background-color: transparent;
36+
}

0 commit comments

Comments
 (0)