Skip to content

Commit

Permalink
fix: select bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
orig committed Sep 12, 2023
1 parent 7d7fbea commit 74aefa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/components/navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export const Navbar = component$(() => {
</label>
</>
)}
<a href="/" class="btn btn-ghost normal-case text-xl">
<Link href="/" class="btn btn-ghost normal-case text-xl">
Reduced.to
</a>
</Link>
</div>
<div class="block sm:hidden dropdown dropdown-end">
<BurgerButton buttonTitle="Open" />
Expand Down
1 change: 0 additions & 1 deletion apps/frontend/src/components/select/select.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
--tw-bg-opacity: 1;
--tw-text-opacity: 1;
border-color: hsl(var(--outline-border-color));
background-color: hsl(var(--b2) / var(--tw-text-opacity));
}

.select-btn-block {
Expand Down

0 comments on commit 74aefa6

Please sign in to comment.