We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4a9bf commit 75e3d97Copy full SHA for 75e3d97
resources/views/inputs/input-with-prefix.blade.php
@@ -30,7 +30,7 @@
30
@include('ark::inputs.includes.input-prefix-icon', [
31
'icon' => $icon,
32
'position' => 'left',
33
- 'iconSize' => 'sm'
+ 'iconSize' => $iconSize ?? null,
34
])
35
@elseif($prefix ?? false)
36
<div @class(['input-prefix', $prefixClass ?? 'bg-theme-primary-50 dark:bg-theme-secondary-800'])>
0 commit comments