mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
Make subtext in main window search items a little smaller
This commit is contained in:
parent
7f185f2972
commit
b949886314
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ impl<'a, Message: 'a> ThemableWidget<'a, Message> for Text<'a, GauntletComplexTh
|
|||
self.class(kind).size(theme.metadata_item_label.text_size).into()
|
||||
}
|
||||
TextStyle::InlineName => self.size(15).class(kind).into(),
|
||||
TextStyle::MainListItemSubtext => self.size(15).class(kind).into(),
|
||||
_ => self.class(kind).into(),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue