Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rupadana authored and github-actions[bot] committed Oct 2, 2023
1 parent 0f6f8c5 commit e80d46b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/Components/InputGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class InputGroup extends Grid
{
use HasLabel;

protected string $view = 'filament-custom-forms::components.grid';

public static function make(array | int | string | null $columns = 2): static
Expand All @@ -17,7 +18,7 @@ public static function make(array | int | string | null $columns = 2): static
$static->extraAttributes(['class' => 'filament-input-group gap-y-2 grid']);

$static->columnSpan(1);

return $static;
}
}
4 changes: 2 additions & 2 deletions src/FilamentCustomFormsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
use Filament\Support\Facades\FilamentIcon;
use Illuminate\Filesystem\Filesystem;
use Livewire\Features\SupportTesting\Testable;
use Rupadana\FilamentCustomForms\Commands\FilamentCustomFormsCommand;
use Rupadana\FilamentCustomForms\Testing\TestsFilamentCustomForms;
use Spatie\LaravelPackageTools\Commands\InstallCommand;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use Rupadana\FilamentCustomForms\Commands\FilamentCustomFormsCommand;
use Rupadana\FilamentCustomForms\Testing\TestsFilamentCustomForms;

class FilamentCustomFormsServiceProvider extends PackageServiceProvider
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
use Illuminate\Database\Eloquent\Factories\Factory;
use Livewire\LivewireServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;
use RyanChandler\BladeCaptureDirective\BladeCaptureDirectiveServiceProvider;
use Rupadana\FilamentCustomForms\FilamentCustomFormsServiceProvider;
use RyanChandler\BladeCaptureDirective\BladeCaptureDirectiveServiceProvider;

class TestCase extends Orchestra
{
Expand Down

0 comments on commit e80d46b

Please sign in to comment.