Skip to content

Commit

Permalink
get out dark:text
Browse files Browse the repository at this point in the history
  • Loading branch information
at-the-vr committed Jun 3, 2024
1 parent c05aa82 commit bb66614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/web/src/components/ThemeSelect.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import { Icon } from 'astro-icon/components';
<Icon name={'check'} class="checkmark invisible h-8 w-8" />
Use device default
</button>
<button class="flex w-full gap-4 whitespace-nowrap border-b border-slate-300 p-4 text-left hover:bg-slate-200 focus:bg-slate-200 focus-visible:outline-none dark:border-slate-700 dark:text-white dark:hover:bg-slate-900 dark:focus:bg-slate-900" id="lightMode" value="light">
<button class="flex w-full gap-4 whitespace-nowrap border-b border-slate-300 p-4 text-left hover:bg-slate-200 focus:bg-slate-200 focus-visible:outline-none dark:border-slate-700 dark:hover:bg-slate-900 dark:focus:bg-slate-900" id="lightMode" value="light">
<Icon name={'check'} class="checkmark invisible h-8 w-8" />
Light Theme
</button>
<button class="flex w-full gap-4 whitespace-nowrap border-b border-slate-300 p-4 text-left hover:bg-slate-200 focus:bg-slate-200 focus-visible:outline-none dark:border-slate-700 dark:text-white dark:hover:bg-slate-900 dark:focus:bg-slate-900" id="darkMode" value="dark">
<button class="flex w-full gap-4 whitespace-nowrap border-b border-slate-300 p-4 text-left hover:bg-slate-200 focus:bg-slate-200 focus-visible:outline-none dark:border-slate-700 dark:hover:bg-slate-900 dark:focus:bg-slate-900" id="darkMode" value="dark">
<Icon name={'check'} class="checkmark invisible h-8 w-8" />
Dark Theme
</button>
Expand Down

0 comments on commit bb66614

Please sign in to comment.