Skip to content

Commit aca5a8a

Browse files
authored
Merge pull request #1 from jacklove315/master
Add new custom class name for inputs container
2 parents 659e1fa + 03873ac commit aca5a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/otp-input.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
e.preventDefault();
8080
},
8181
}">
82-
<div class="flex justify-between gap-6">
83-
82+
<div class="flex justify-between gap-6 fi-otp-input-container">
83+
8484
@foreach(range(1, $numberInput) as $column)
8585

8686
<x-filament::input.wrapper

0 commit comments

Comments
 (0)