summaryrefslogtreecommitdiffstats
path: root/style/src
diff options
context:
space:
mode:
Diffstat (limited to 'style/src')
-rw-r--r--style/src/theme/palette.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/src/theme/palette.rs b/style/src/theme/palette.rs
index 50846d43..d5a1a5d9 100644
--- a/style/src/theme/palette.rs
+++ b/style/src/theme/palette.rs
@@ -1,5 +1,5 @@
//! Define the colors of a theme.
-use iced_core::{color, Color};
+use crate::core::{color, Color};
use once_cell::sync::Lazy;
use palette::color_difference::Wcag21RelativeContrast;