Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Theme not applied #28

Open
Fanom2813 opened this issue Jan 7, 2025 · 0 comments
Open

[Bug]: Theme not applied #28

Fanom2813 opened this issue Jan 7, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Fanom2813
Copy link

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 Fanom2813 added the bug Something isn't working label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant