fix(input-sources): text size
This commit is contained in:
parent
87250b5e50
commit
37a60b7759
8 changed files with 50 additions and 49 deletions
|
|
@ -818,7 +818,7 @@ fn revealer_head(
|
|||
title: String,
|
||||
selected: String,
|
||||
toggle: Message,
|
||||
) -> cosmic::widget::Button<'static, Message, cosmic::Theme, Renderer> {
|
||||
) -> cosmic::widget::Button<'static, Message> {
|
||||
menu_button(column![
|
||||
text(title).width(Length::Fill).size(14),
|
||||
text(selected).size(10),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue