summaryrefslogtreecommitdiff
path: root/resources/views/toolbar/search.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/toolbar/search.blade.php')
-rw-r--r--resources/views/toolbar/search.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/toolbar/search.blade.php b/resources/views/toolbar/search.blade.php
index 04fd000..dae96a3 100644
--- a/resources/views/toolbar/search.blade.php
+++ b/resources/views/toolbar/search.blade.php
@@ -1,3 +1,3 @@
-<input class="form-control border-secondary" type="search"
+<input class="form-control" type="search"
wire:model.live.debounce.{{ $debounce }}="search"
placeholder="{{ __('Search') }}..." />