Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Feb 9, 2024
1 parent e4faf66 commit 19f3802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Filament/Pages/Quantity.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
namespace App\Filament\Pages;

use App\Filament\Clusters\ComponentsDemo;
use Filament\Forms\Components\Actions\Action;
use Filament\Forms\Components\Section;
use Filament\Forms\Form;
use Filament\Forms\Get;
use Filament\Pages\Page;
use LaraZeus\Quantity\Components\Quantity as QuantityAlias;
use Filament\Forms\Components\Actions\Action;

class Quantity extends Page
{
Expand Down Expand Up @@ -77,8 +77,8 @@ public function form(Form $form): Form
Action::make('copyCostToPrice')
->icon('heroicon-m-clipboard')
->requiresConfirmation()
->modalHeading('nothing will happen after ...')
->modalDescription('just want to let you know')
->modalHeading('nothing will happen after ...')
->modalDescription('just want to let you know')
)
->live()
->stacked()
Expand Down

0 comments on commit 19f3802

Please sign in to comment.