🚸 Enhance SettingsToggleBlock UX/accessibility

This commit is contained in:
Philipp Stracker 2024-11-07 13:08:28 +01:00
parent 3c8d048c49
commit b6fbf3fb51
No known key found for this signature in database
2 changed files with 20 additions and 5 deletions

View file

@ -3,6 +3,7 @@
display: flex;
width: 100%;
gap: 12px;
justify-content: space-between;
}
&__switch {
@ -16,6 +17,7 @@
display: block;
margin: 0 0 4px 0;
color: $color-gray-900;
cursor: pointer;
}
&__content-description {