Force them to align to a 16x16 pixel grid, and match the style of other icons in the main UI.
@@ -1169,6 +1169,11 @@ MuteCheckBox {
outline: none;
}
+MuteCheckBox::indicator {
+ width: 16px;
+ height: 16px;
+}
+
MuteCheckBox::indicator:checked {
image: url(./Dark/mute.svg);