summaryrefslogtreecommitdiffstats
path: root/widget/src/markdown.rs
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src/markdown.rs')
-rw-r--r--widget/src/markdown.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/markdown.rs b/widget/src/markdown.rs
index ad4b81fe..d4de2a8c 100644
--- a/widget/src/markdown.rs
+++ b/widget/src/markdown.rs
@@ -48,7 +48,7 @@ use crate::core::font::{self, Font};
use crate::core::padding;
use crate::core::theme;
use crate::core::{
- self, color, Color, Element, Length, Padding, Pixels, Theme,
+ self, Color, Element, Length, Padding, Pixels, Theme, color,
};
use crate::{column, container, rich_text, row, scrollable, span, text};