This commit is contained in:
Jeremy Soller 2023-11-16 08:02:00 -07:00
parent 2df8cb8862
commit 7ea8a6103b

View file

@ -1,8 +1,8 @@
// From iced_aw, license MIT
//! Change the appearance of menu bars and their menus.
use iced_widget::core::Color;
use crate::Theme;
use iced_widget::core::Color;
/// The appearance of a menu bar and its menus.
#[derive(Debug, Clone, Copy)]