refactor: only use medium nerdfont
This commit is contained in:
@@ -37,7 +37,7 @@ export const WaybarMicrophoneWidget = () => {
|
||||
onWheel={handleWheel}
|
||||
onClick={handleClick}
|
||||
>
|
||||
{icon} {!muted && `${volume}%`}
|
||||
<span className="font-normal">{icon}</span> {!muted && `${volume}%`}
|
||||
</span>
|
||||
</WaybarWidget>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user