Skip to content

Commit 75e3d97

Browse files
authored
fix: set default prefix icon size (#558)
1 parent 3e4a9bf commit 75e3d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/inputs/input-with-prefix.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
@include('ark::inputs.includes.input-prefix-icon', [
3131
'icon' => $icon,
3232
'position' => 'left',
33-
'iconSize' => 'sm'
33+
'iconSize' => $iconSize ?? null,
3434
])
3535
@elseif($prefix ?? false)
3636
<div @class(['input-prefix', $prefixClass ?? 'bg-theme-primary-50 dark:bg-theme-secondary-800'])>

0 commit comments

Comments
 (0)