Laravel-Backpack / translation-manager

UI for the admin to quickly translate multi-language Laravel applications.
MIT License
14 stars 1 forks source link

Issue with Badge Styling in Key Column Using backpack/theme-coreuiv4 with Laravel-Backpack/Translation-Manager #23

Closed adrinro closed 1 week ago

adrinro commented 1 month ago

Hello,

I am using the backpack/theme-coreuiv4 theme in the Laravel-Backpack/translation-manager package and have noticed an issue with the styles in the "key" column.

The badge class does not have a defined background color and the text is in white, making the text illegible. I believe this is a styling error that should be corrected.

image

As a temporary solution, I have added the bg-info class to the badge class in the TranslationManagerCrudController and this has resolved the issue.

image

Thank you for your attention to this matter.

Best regards,

jcastroa87 commented 1 month ago

Hello @adrinro

Thanks for this information, i confirm this as a bug, i checked in our demo.

Screenshot 2024-07-16 at 8 01 04 AM

I will assign to @pxpm.

Thanks again.

Cheers.

pxpm commented 1 week ago

Thanks for the report @adrinro

I've just pushed a change in the badge styling that should work by default in all themes.

Let us know if you experience other issues 👍

Cheers