@@ -45,7 +45,7 @@ if (!title) title = 'Astral Halo';
<Button
{...('href' in subItem && subItem.href && { href: subItem.href })}
title={i18n(subItem.text)}
- class="btn-ghost"
+ class="btn-ghost btn-primary rounded-field"
>
<span class="text-xl tracking-wide">{i18n(subItem.text)}</span>
</Button>