This commit is contained in:
2025-03-02 05:24:51 -05:00
parent 34257eb256
commit 3486ee03d7
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ CPMAddPackage(
CPMAddPackage(
NAME mcolor
URL https://git.redacted.cc/maxine/mcolor/archive/Prerelease-6.zip
URL https://git.redacted.cc/maxine/mcolor/archive/Prerelease-6.2.zip
)
CPMAddPackage(

View File

@@ -56,7 +56,7 @@ namespace JUI {
const Vector2 DefaultMinimumSize = {200, 200};
const int TitlebarHeight = 20;
const Color4 OutlineColor = {92, 92, 192};
const Color4 ViewportBackgroundColor = Colors::White;
const Color4 ViewportBackgroundColor = Colors::DarkGray;
const int OutlineWidth = 2;
}