fix(ui): custom css description text

This commit is contained in:
trisua 2025-05-09 23:47:44 -04:00
parent 246e54e1d0
commit 9f187039e6
2 changed files with 3 additions and 3 deletions

View file

@ -1391,8 +1391,8 @@
settings.theme_custom_css,
"textarea",
{
description:
"Custom CSS input embedded into your theme.",
embed_html:
'<span class="fade">Custom CSS input embedded into your theme.</span>',
},
]);
}

View file

@ -847,7 +847,7 @@ media_theme_pref();
/>
</div>
<span class="fade">${option.attributes.description}</span>
<span class="fade">${(option.attributes || { description: "" }).description}</span>
</div>`;
return;