Layout header theme classes #2089
Unanswered
nirvale
asked this question in
7.x (next)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, I did modify the code into:
vendor/power-components/livewire-powergrid/resources/views/components/frameworks/daisyui/header.blade.php
`
only eplace:
class="mb-3 md:flex md:flex-row w-full justify-between items-center"
with:
{{ theme_style($theme, 'table.layout.layoutHeader') }}"
in the second div, and now I can add or replace classes to the layout header in my custom Theme like that:
`
could be a good idea implement it into the main code?
Thank you.
All reactions