Skip to content

Commit

Permalink
Tweaked classes
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Aug 9, 2019
1 parent 2c39fc0 commit c4da3dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AireCustomFormsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ public function boot()
\Galahad\Aire\Aire::getDefaultThemeConfig(),
[
'default_classes' => [
'input' => 'form-input',
'input' => 'form-input block w-full',
'radio_group' => 'form-radio',
'select' => 'form-select',
'select' => 'form-select block w-full',
'checkbox' => 'form-checkbox',
'checkbox_group' => 'form-checkbox',
'textarea' => 'form-textarea',
'textarea' => 'form-textarea block w-full',
],
]
));
Expand Down

0 comments on commit c4da3dd

Please sign in to comment.