Fix import style in style::theme::palette
This commit is contained in:
parent
17cb548e20
commit
ed159cb963
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue