Fix import style in style::theme::palette

This commit is contained in:
Héctor Ramón Jiménez 2024-02-03 18:52:48 +01:00
parent 17cb548e20
commit ed159cb963
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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;