From 227e3851bcd541070d9f0d76a79c7984ed4ebed9 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:54:00 +0900 Subject: [PATCH] tweak onBackgroundVariant on Default --- wgui/src/palette.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgui/src/palette.rs b/wgui/src/palette.rs index c2fe66cd..7c9a13a0 100644 --- a/wgui/src/palette.rs +++ b/wgui/src/palette.rs @@ -125,7 +125,7 @@ static DEFAULT: &WguiColorPalette = &WguiColorPalette { hex("#002e43"), // Background hex("#e4f5f6"), // OnBackground hex("#0c5170"), // OackgroundVariant - hex("#e2fdff"), // OnBackgroundVariant + hex("#b5cacc"), // OnBackgroundVariant hex("#00131c"), // BackgroundContrast hex("#e4edf6"), // OnBackgroundContrast hex("#1c6788"), // Outline