m1ge0 / bootsjet

A Laravel 10 package for Jetstream + Livewire to switch from Tailwindcss to Bootstrap.
MIT License
7 stars 2 forks source link

Light Mode #2

Closed xSirLalo closed 3 months ago

xSirLalo commented 10 months ago

It seems to have a problem with the clear theme, it does not load the styles correctly.

LARAVEL 10.33.0 VITE v4.5.0 PHP 8.2.8

image

image

m1ge0 commented 10 months ago

Hey, could you please provide more details of your .scss file? And do you mean the light mode with the clear theme?

m1ge0 commented 10 months ago

I think I now where I have forgotten something. It's the auto theme, which causes this little bug. For now, u can add

`.card { background-color: #fff !important; }

input { background-color: #fff !important; }`

to your custom.scss. Then it should be fixed...

xSirLalo commented 10 months ago

If I comment out the custom app.scss file, it seems to work correctly, but I still see grayed out inputs and cards.

image

image

image