Skip to content

Commit e4b32c4

Browse files
committed
Remove smoke/slate references in button examples
1 parent 45eff65 commit e4b32c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/docs/examples/buttons.blade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ description: null
8181
### Elevated
8282

8383
@component('_partials.code-sample', ['lang' => 'html', 'class' => 'text-center'])
84-
<button class="bg-white hover:bg-smoke-lighter text-slate-dark font-semibold py-2 px-4 border border-slate-lighter rounded shadow">
84+
<button class="bg-white hover:bg-grey-lightest text-grey-darkest font-semibold py-2 px-4 border border-grey-light rounded shadow">
8585
Button
8686
</button>
8787
@endcomponent
@@ -90,10 +90,10 @@ description: null
9090

9191
@component('_partials.code-sample', ['lang' => 'html', 'class' => 'text-center'])
9292
<div class="inline-flex">
93-
<button class="bg-smoke hover:bg-smoke-dark text-slate-dark font-bold py-2 px-4 rounded-l">
93+
<button class="bg-grey-light hover:bg-grey text-grey-darkest font-bold py-2 px-4 rounded-l">
9494
Prev
9595
</button>
96-
<button class="bg-smoke hover:bg-smoke-dark text-slate-dark font-bold py-2 px-4 rounded-r">
96+
<button class="bg-grey-light hover:bg-grey text-grey-darkest font-bold py-2 px-4 rounded-r">
9797
Next
9898
</button>
9999
</div>
@@ -102,7 +102,7 @@ description: null
102102
### Icons
103103

104104
@component('_partials.code-sample', ['lang' => 'html', 'class' => 'text-center'])
105-
<button class="bg-smoke hover:bg-smoke-dark text-slate-dark font-bold py-2 px-4 rounded inline-flex items-center">
105+
<button class="bg-grey-light hover:bg-grey text-grey-darkest font-bold py-2 px-4 rounded inline-flex items-center">
106106
<svg class="w-4 h-4 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg>
107107
<span>Download</span>
108108
</button>

0 commit comments

Comments
 (0)