Bidenator
Bidenator
FFilament
Created by Bidenator on 9/30/2024 in #❓┊help
Is there a way to restyle <x-filament::button> and other filament components?
Ahhh okay and in that style sheet I can override
<x-filament::button>
<x-filament::button>
with something like:
.fi-btn {
// Custom
}
.fi-btn {
// Custom
}
3 replies
FFilament
Created by Bidenator on 9/16/2024 in #❓┊help
How to remove {tenant} for a Filament Livewire page.
So there isn't an issue but it isn't tenant specific. It is a change-password screen made in livewire that uses filament form
7 replies
FFilament
Created by Bidenator on 9/16/2024 in #❓┊help
How to remove {tenant} for a Filament Livewire page.
I tried that but the issue is that it uses FIlament Form. I have a page that doesn't rely on the users tenant. When I create a route that points to the livewire page it just says, "Using $this when not in object context"
7 replies