Laravel-Backpack / theme-tabler

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

[Bug] Buttons on show not primary color #173

Closed adriallongarriu closed 3 months ago

adriallongarriu commented 3 months ago

Bug report

What I did

I used tabs on show page. The buttons are blue insted of the primary color purple. image

What I expected to happen

Buttons pruple

What I've already tried to fix it

Is related to this class but i don't know how or when is compiled

.btn-link {
    color: #206bc4;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

Context to replicate the bug - Backpack, Laravel, PHP, DB version

In the backpack demo in the show monster page

karandatwani92 commented 3 months ago

Yes, I can confirm this from the demo. https://demo.backpackforlaravel.com/admin/monster/140/show

Thanks for reporting @adriallongarriu

pxpm commented 3 months ago

Thanks for the report @adriallongarriu 🙏

it's now fixed, a composer update should get you the fix.

Don't forget to clear caches as it was a css change 👍

Let us know if you find other issues.

Thanks 🙏

adriallongarriu commented 3 months ago

I updated and is working. @pxpm Thanks the quick fix.