Match text styles between simple toggle and expandable panel settings

This commit is contained in:
Marcus Quinn
2025-03-16 03:19:34 +00:00
parent f26c4f6186
commit 396fc31352

View File

@ -157,7 +157,7 @@ input:checked + .wp-toggle-slider:before {
} }
.wp-setting-title { .wp-setting-title {
font-size: 14px; font-size: 16px;
font-weight: 600; font-weight: 600;
color: #1d2327; color: #1d2327;
margin: 0; margin: 0;
@ -165,10 +165,10 @@ input:checked + .wp-toggle-slider:before {
} }
.wp-setting-description { .wp-setting-description {
margin: 4px 0 0; margin: 8px 0 0;
color: #50575e; color: #50575e;
font-size: 13px; font-size: 14px;
line-height: 1.5; line-height: 1.6;
} }
/* Expandable Panel Component */ /* Expandable Panel Component */