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

@ -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;