Update dependencies and refine Filament configuration
- Upgraded @tailwindcss/vite and tailwindcss to version 4.1.17 in package.json. - Modified Vite configuration to include a new input file for Filament theme. - Added AdvancedFileUpload component to VisaMasterPaymentOrderForm. - Removed unused SpatieMediaLibraryFileUpload from VisaMasterPaymentOrderInfolist. - Enhanced VisaMasterPaymentOrderInfolist schema for better layout and organization. - Set Vite theme path in WorkPanelProvider for improved styling.
This commit is contained in:
@@ -85,6 +85,7 @@ class WorkPanelProvider extends PanelProvider
|
||||
'primary' => Color::Indigo,
|
||||
'success' => Color::Emerald,
|
||||
'warning' => Color::Orange,
|
||||
]);
|
||||
])
|
||||
->viteTheme('resources/css/filament/work/theme.css');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user