Fix icon name

This commit is contained in:
Marshall Bowers 2023-10-04 10:41:21 -04:00
parent 90e22da930
commit 25cd12cf33

View file

@ -241,7 +241,7 @@ impl Titlebar {
// .fill(theme.lowest.base.pressed.background)
.child(
svg()
.path("icons/microphone.svg")
.path("icons/mic.svg")
.size_3p5()
.fill(theme.lowest.base.default.foreground),
),