This commit is contained in:
vinceliuice
2024-04-12 21:50:00 +08:00
parent da69fb302e
commit 459bb7fb1d

View File

@@ -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));
}
}
}