Skip to content

Commit 94cf9f1

Browse files
authored
Merge pull request #8 from StansAssets/feat/light-theme
fix: window background-color for light theme
2 parents e2405e9 + 57ad64b commit 94cf9f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

com.stansassets.plugins-dev-kit/Editor/UIToolkit/SettingsWindow/PackageSettingsWindowLight.uss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.window-root {
2+
background-color: rgb(160, 160, 160);
3+
}
4+
15
SettingsBlock,
26
.tabs-bar {
37
background-color: rgb(190, 190, 190);

0 commit comments

Comments
 (0)