mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 03:57:45 +02:00
feat(admin): update admin layout for better ux + update brand pine colors
This commit is contained in:
parent
7a276764e6
commit
d86142ebe7
18 changed files with 189 additions and 155 deletions
|
|
@ -29,7 +29,7 @@ class Button extends Component
|
|||
|
||||
$variantClass = [
|
||||
'default' => 'text-black bg-gray-300 hover:bg-gray-400',
|
||||
'primary' => 'text-white bg-pine-700 hover:bg-pine-800',
|
||||
'primary' => 'text-white bg-pine-500 hover:bg-pine-800',
|
||||
'secondary' => 'text-white bg-gray-700 hover:bg-gray-800',
|
||||
'accent' => 'text-white bg-rose-600 hover:bg-rose-800',
|
||||
'success' => 'text-white bg-green-600 hover:bg-green-700',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue