aboutsummaryrefslogtreecommitdiff
path: root/src/dialog.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/dialog.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialog.rs b/src/dialog.rs
index c839948..0c26fa8 100644
--- a/src/dialog.rs
+++ b/src/dialog.rs
@@ -27,8 +27,8 @@ impl Catalog for Theme {
pub fn default_container(theme: &Theme) -> container::Style {
let colors = theme.colors().surface;
container::Style {
- background: Some(Background::Color(colors.surface_container.high)),
- text_color: Some(colors.on_surface_variant),
+ background: Some(Background::Color(colors.container.high)),
+ text_color: Some(colors.text_variant),
border: border::rounded(28),
..container::Style::default()
}