diff --git a/qt/aqt/switch.py b/qt/aqt/switch.py index 2470e75f0..239830258 100644 --- a/qt/aqt/switch.py +++ b/qt/aqt/switch.py @@ -103,7 +103,7 @@ class Switch(QAbstractButton): if theme_manager.night_mode: color = QColor(theme_manager.DARK_MODE_BUTTON_BG_MIDPOINT) else: - color = theme_manager.qcolor(colors.CANVAS_INSET) + color = theme_manager.qcolor(colors.CANVAS_OUTSET) painter.setBrush(QBrush(color)) painter.drawEllipse(self._current_knob_rectangle())