diff options
| author | 2024-02-03 18:52:48 +0100 | |
|---|---|---|
| committer | 2024-02-03 18:52:48 +0100 | |
| commit | ed159cb9630b951ccfc705938bb6d9fab1662a5b (patch) | |
| tree | 278153b7254e8329d3c0618c7cb0a02cca8af5a7 /style | |
| parent | 17cb548e20a0594684b00c2eeda0e81cc8d06095 (diff) | |
| download | iced-ed159cb9630b951ccfc705938bb6d9fab1662a5b.tar.gz iced-ed159cb9630b951ccfc705938bb6d9fab1662a5b.tar.bz2 iced-ed159cb9630b951ccfc705938bb6d9fab1662a5b.zip | |
Fix import style in `style::theme::palette`
Diffstat (limited to 'style')
| -rw-r--r-- | style/src/theme/palette.rs | 2 | 
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; | 
