File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/source/docs/examples Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments