Commit 1252dd1

HPCesia <me@hpcesia.com>
2025-02-19 14:37:55
fix: navbar submenu color
1 parent 17c7ff8
Changed files (1)
src
components
src/components/Navbar.astro
@@ -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>