mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update button example to make use of new light hover colors
This commit is contained in:
parent
b4738aa9b7
commit
6b5fa685a9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user