John Bacon
Defining custom shades for components + colors
Hi there,
We've got some custom color palettes we've implemented nicely with Filament v3.
Our issue is that the shades we want for buttons are darker than the default shades (
400, 500, 600
): https://github.com/filamentphp/filament/blob/3ce6455791b598c7ea6bd8627f76dacf050a2571/packages/support/resources/views/components/button/index.blade.php#L108
We've been trying to figure out a way to override the shades for the button component, in particular the primary color of the button component. This PR (https://github.com/filamentphp/filament/pull/8128/files) looked promising but we hit a dead end.
Is there a way to specify custom shades like we're looking for? If not, or if not for a particular color, we don't mind trying our hand at making a PR. Thank you!!1 replies