Skip to content

Commit 6ec487b

Browse files
julienamsellemEvergreen
authored andcommitted
[VFX] Fixed wrong colors used in light theme
1 parent 24cee1c commit 6ec487b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Packages/com.unity.visualeffectgraph/Editor/UIResources/uss/VisualEffectAssetEditor.uss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
padding-left: 32px;
66
-unity-text-align: middle-left;
77
border-width: 1px 0 0 0;
8-
border-color: #1F1F1F;
9-
background-color: #323232;
8+
border-color: var(--unity-colors-default-border);
9+
background-color: var(--unity-colors-tab-background);
1010
}
1111

1212
.unity-base-text-field__input--multiline {

0 commit comments

Comments
 (0)