fix: qualigy path

This commit is contained in:
Ashley Wulber 2022-12-01 23:31:37 -05:00
parent e87fe7056d
commit 4788693027
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -2,6 +2,6 @@
macro_rules! separator {
($size:expr) => {
$crate::iced::widget::horizontal_rule($size)
.style(theme::Rule::Custom($crate::widget::separator_style))
.style($crate::theme::Rule::Custom($crate::widget::separator_style))
};
}