chore: update fixes

This commit is contained in:
Ashley Wulber 2024-02-05 19:24:19 -05:00 committed by Ashley Wulber
parent 0ab6f724fb
commit f00fd8bc1a
6 changed files with 37 additions and 18 deletions

View file

@ -801,7 +801,7 @@ fn revealer_head(
title: String,
selected: String,
toggle: Message,
) -> cosmic::widget::Button<'static, Message, Renderer> {
) -> cosmic::widget::Button<'static, Message, cosmic::Theme, Renderer> {
menu_button(column![
text(title).width(Length::Fill).size(14),
text(selected).size(10),