How to use the registered color in service provider to change the border color?
FilamentColor::register([
'indigo' => Color::Indigo,
]);
<tr class="border-b border-indigo-500">
<td class="p-3 font-semibold border-r border-indigo-600">Demo</td>
<td class="p-3 border-r border-red-600">demo</td>
<td class="p-3 font-semibold border-r border-indigo-600">Demo</td>
<td class="p-3">demo</td>
</tr>
3 Replies
i check with the above code snippet but not works
Is this in filament or a custom frontend
in filament custom resource page
actually i added the colors() method in AdminPanelProvider also