Skip to content

Commit

Permalink
Merge pull request #11 from igrik10/patch-1
Browse files Browse the repository at this point in the history
fix view part for new version Nova + dark theme
  • Loading branch information
KasparRosin committed Feb 27, 2024
2 parents 08aa92f + 2080890 commit 6b221f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/entry.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/js/components/InputFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="p-2">
<input
class="w-full block form-control form-select form-control-sm form-input-bordered"
class="w-full form-control form-input form-control-bordered"
:type="filter.input_type"
:pattern="filter.input_integers ? '\\d*' : false"
:min="filter.input_min"
Expand Down

0 comments on commit 6b221f8

Please sign in to comment.