tomatophp / filament-artisan

Simple but yet powerful library for running some artisan commands. this packages is a fork of artisan-gui with some custom for filament UI
https://filamentphp.com/plugins/3x1io-tomato-artisan
MIT License
11 stars 1 forks source link

Missing tw styles? #2

Closed eduwass closed 1 week ago

eduwass commented 1 week ago

I'm a begginer to the Laravel ecosystem so I might be missing something so apologies in advance.

I've installed the package and it seems to work fine but it looks like some of the styles are missing.

https://github.com/tomatophp/filament-artisan/assets/1070495/a56649dc-0c1e-4d44-9e38-a34efde8ec0b

Any idea if this is something that I'm doing wrong or there is actually an issue?

Thanks!

3x1io commented 1 week ago

on your panel service provider please use a VITE theme

->viteTheme('resources/css/app.css')

then run

npm I
npm run build

it will be oky with you.

3x1io commented 1 week ago

you can check the new version.