Skip to content

Commit

Permalink
Merge pull request #8 from codedor/feature/FIL001-77-update-dark-theme
Browse files Browse the repository at this point in the history
Update dark theme, refs #FIL001-77
  • Loading branch information
jyrkidn authored Jan 26, 2024
2 parents debcfb9 + 64ad9bb commit 0204293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/forms/components/placeholder-input.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
type="button"
color="gray"
size="sm"
class="cursor-pointer hover:bg-gray-100"
class="cursor-pointer hover:bg-gray-100 dark:hover:bg-gray-800"
/>
</div>
@endif
Expand All @@ -82,7 +82,7 @@ class="cursor-pointer hover:bg-gray-100"
type="button"
color="gray"
size="sm"
class="cursor-pointer hover:bg-gray-100"
class="cursor-pointer hover:bg-gray-100 dark:hover:bg-gray-800"
/>
</div>
@endif
Expand Down

0 comments on commit 0204293

Please sign in to comment.