Add icon sets for sizes 8, 12 and 16, remove old icons
This commit is contained in:
parent
bb91492098
commit
46384e71b7
150 changed files with 331 additions and 148 deletions
|
@ -332,7 +332,7 @@ impl Item for Terminal {
|
|||
|
||||
if self.has_bell {
|
||||
flex.add_child(
|
||||
Svg::new("icons/zap.svg") //TODO: Swap out for a better icon, or at least resize this
|
||||
Svg::new("icons/bolt_12.svg") //TODO: Swap out for a better icon, or at least resize this
|
||||
.with_color(tab_theme.label.text.color)
|
||||
.constrained()
|
||||
.with_width(search_theme.tab_icon_width)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue