dbirks commited on
Commit
ff6b430
·
verified ·
1 Parent(s): 080459a

play with the button styles a bit

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +2 -2
src/routes/+page.svelte CHANGED
@@ -396,13 +396,13 @@
396
  />
397
  <button
398
  on:click={submitRequest}
399
- class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-[0.555rem] px-4"
400
  >
401
  diffuse 🪄
402
  </button>
403
  </div>
404
  <div class="mt-4">
405
- <label class="inline border py-1 px-1.5 bg-slate-200 cursor-pointer">
406
  <input
407
  accept="image/*"
408
  bind:this={fileInput}
 
396
  />
397
  <button
398
  on:click={submitRequest}
399
+ class="bg-green-700 hover:bg-green-800 text-white font-bold py-[0.555rem] px-4"
400
  >
401
  diffuse 🪄
402
  </button>
403
  </div>
404
  <div class="mt-4">
405
+ <label class="inline border py-2 px-3 bg-slate-200 cursor-pointer">
406
  <input
407
  accept="image/*"
408
  bind:this={fileInput}