[UI] add file custom style for theme

This commit is contained in:
duy.dang
2024-06-04 03:15:12 +07:00
parent a3e575ef41
commit ea625d6661
10 changed files with 69 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ export default function Navbar() {
<IconTriangle size={30} />
</div>
</Show>
<ul class="menu p-4 w-80 text-base-content">
<ul class="scrollnavbar menu p-4 w-80 text-base-content bg-transparent py-6 px-4">
<For each={NAV_ROUTES}>
{(item) =>
item.show && (