Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwesely authored and github-actions[bot] committed Aug 6, 2024
1 parent fc5a628 commit c7976ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FilamentFormBuilderServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ class FilamentFormBuilderServiceProvider extends PackageServiceProvider
public static string $name = 'filament-form-builder';

protected array $styles = [
'filament-form-builder' => __DIR__ . '/../dist/filament-form-builder.css',
'filament-form-builder' => __DIR__.'/../dist/filament-form-builder.css',
];

public function configurePackage(Package $package): void
{
$package->name('filament-form-builder')
Expand Down

0 comments on commit c7976ac

Please sign in to comment.