Skip to content

Commit

Permalink
fix: theme icon height (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso authored Aug 28, 2023
1 parent 9686967 commit 2889de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const Header = () => {
<div class="drawer drawer-end w-auto sm:ml-auto">
<input id="themes" type="checkbox" class="drawer-toggle" />

<div class="drawer-content">
<div class="drawer-content flex items-center">
<label for="themes" class="btn btn-primary drawer-button btn-sm">
<IconPalette />
</label>
Expand Down

0 comments on commit 2889de2

Please sign in to comment.