diff --git a/src/theme/style/button.rs b/src/theme/style/button.rs index efa0abdf..4b3549c3 100644 --- a/src/theme/style/button.rs +++ b/src/theme/style/button.rs @@ -6,7 +6,6 @@ use cosmic_theme::Component; use iced_core::{Background, Color}; - use crate::{ theme::TRANSPARENT_COMPONENT, widget::button::{Appearance, StyleSheet},