Update button example to make use of new light hover colors

This commit is contained in:
Adam Wathan 2017-10-26 16:00:05 -04:00
parent b4738aa9b7
commit 6b5fa685a9

View File

@ -88,7 +88,7 @@ Here's a bunch of examples:
### 3D
@component('_partials.code-sample', ['lang' => 'html', 'class' => 'text-center'])
<button class="bg-blue hover:bg-blue-dark text-white font-bold py-2 px-4 border-b-4 border-blue-dark hover:border-blue-darker rounded">
<button class="bg-blue hover:bg-blue-light text-white font-bold py-2 px-4 border-b-4 border-blue-dark hover:border-blue rounded">
Button
</button>
@endcomponent