section title color #16042
Unanswered
Hamed-Ajaj
asked this question in
Help
section title color
#16042
Replies: 1 comment
-
Create a Custom theme Then, you can add a custom class to the section using Section::make('Rate limiting')
->extraAttributes(['class' => 'custom-class'])
->description('Prevent abuse by limiting the number of requests per period')
->schema([
// ...
]) resources/css/filament/yourpanel/theme.css .custom-class .fi-section-header-heading{
@apply text-indigo-500;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i need to change the section title color in https://filamentphp.com/docs/3.x/forms/layout/section
Beta Was this translation helpful? Give feedback.
All reactions