banner icon indicating copy to clipboard operation
banner copied to clipboard

[Bug]: Theme not applied

Open Fanom2813 opened this issue 11 months ago • 0 comments

What happened?

I have followed the instruction for the installation process but the theme doesn't seem to be applied

admin/tailwind.config.js

import preset from '../../../../vendor/filament/filament/tailwind.config.preset'

export default {
    presets: [preset],
    content: [
        './app/Filament/Admin/**/*.php',
        './resources/views/filament/admin/**/*.blade.php',
        './vendor/filament/**/*.blade.php',
        './vendor/kenepa/banner/resources/**/*.php',
    ],
}

admin/theme.css

@import '/vendor/filament/filament/resources/css/theme.css';

@import '../../../../vendor/kenepa/banner/resources/css/index.css';


@config 'tailwind.config.js';

screenshot

image image

also the example seems misleading this does not work

render_location: 'header',

this works

'panels::body.start',

How to reproduce the bug

just followed install current available documentation

Package Version

0.1.0

PHP Version

8.3

Laravel Version

11

Which operating systems does with happen with?

macOS

Notes

No response

Fanom2813 avatar Jan 07 '25 09:01 Fanom2813