feat(admin): update admin layout for better ux + update brand pine colors

This commit is contained in:
Yassine Doghri 2021-09-03 16:34:06 +00:00
commit d86142ebe7
18 changed files with 189 additions and 155 deletions

View file

@ -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',