Ensure an/aus labels are visible on activation toggle

This commit is contained in:
2026-05-23 08:19:52 +02:00
parent e7524ace89
commit b5fb68125b
2 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -1776,7 +1776,12 @@ section + section {
.sg-activation-toggle-pattern {
display: flex;
align-items: center;
gap: 0;
gap: var(--spacing-small);
}
.sg-activation-mode-toggle__label {
display: inline-block;
color: var(--text-control-default);
}
/* ========================================================= */