summaryrefslogtreecommitdiff
path: root/crates/material_theme/src/qr_code.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/material_theme/src/qr_code.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/material_theme/src/qr_code.rs b/crates/material_theme/src/qr_code.rs
index f93fb77..f603440 100644
--- a/crates/material_theme/src/qr_code.rs
+++ b/crates/material_theme/src/qr_code.rs
@@ -15,7 +15,7 @@ impl Catalog for Theme {
}
pub fn default(theme: &Theme) -> Style {
- let surface = theme.colorscheme.surface;
+ let surface = theme.colors().surface;
Style {
cell: surface.on_surface,