mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Darker text for outline button examples
This commit is contained in:
parent
1b048a1f10
commit
7ac3c907cd
@ -60,7 +60,7 @@
|
||||
|
||||
@foreach($page->colors as $color)
|
||||
<div class="mb-4">
|
||||
<button class="text-medium text-light rounded py-2 px-4 text-{{$color}} hover-text-light border border-{{$color}} hover-bg-{{$color}} mr-4">
|
||||
<button class="text-medium text-light rounded py-2 px-4 text-{{$color}}-dark hover-text-light border border-{{$color}} hover-bg-{{$color}} mr-4">
|
||||
Save
|
||||
</button>
|
||||
<button class="text-medium text-light rounded py-2 px-4 text-{{$color}}-light border border-{{$color}}-light mr-4">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user