From 459bb7fb1d99c8dfd5e603d8c395192b529462dc Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 12 Apr 2024 21:50:00 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 455c26b4..0e3acc4d 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -3131,12 +3131,11 @@ messagedialog { // Message Dialog styling &.csd { // rounded bottom border styling for csd version border-bottom-left-radius: $window-radius; border-bottom-right-radius: $window-radius; - - background-color: $surface; + background-color: if($variant == 'dark', background(f), background(c)); .titlebar { &, &:backdrop { - background-color: if($variant == 'dark', $base, $surface); + background-color: if($variant == 'dark', background(f), background(c)); } } }