Laravel-Backpack / theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.
MIT License
21 stars 12 forks source link

Fix light title on mobile #126

Closed jcastroa87 closed 11 months ago

jcastroa87 commented 11 months ago

This PR fix the issue with color on mobile: https://github.com/Laravel-Backpack/theme-tabler/issues/119

Is add a media query to make difference on desktop and mobile mode.

Cheers.

pxpm commented 11 months ago

Hey @jorgetwgroup This PR has no effect on my side. I see no difference and still not able to see the text. What am I missing ?

image

Cheers

jcastroa87 commented 11 months ago

I updated, in any case is needed to clear basset

php artisan basset:clear php artisan basset:cache

Cheers.