Dark mode different primary color
->colors([
'primary' => Color::hex('#CDC1B3'),
'dark:primary' => Color::hex('#A89887'), // Set your dark mode primary color here
])
I want a way to choose different primary color for dark mode, is that doable in filament?
1 Reply
I think the only way to do this would be with overriding the css properties in a custom theme for dark mode.