summaryrefslogtreecommitdiffstats
path: root/style/src/text.rs
diff options
context:
space:
mode:
Diffstat (limited to 'style/src/text.rs')
-rw-r--r--style/src/text.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/src/text.rs b/style/src/text.rs
index f31c2306..d5a16bef 100644
--- a/style/src/text.rs
+++ b/style/src/text.rs
@@ -1,5 +1,5 @@
//! Change the appearance of text.
-use iced_core::Color;
+use crate::core::Color;
/// The style sheet of some text.
pub trait StyleSheet {