Change *-blue to *-blue-600

This commit is contained in:
Oliver Davies 2019-03-21 07:50:29 +00:00
parent 118c99fbaf
commit ef159e7b7d
12 changed files with 20 additions and 20 deletions

View file

@ -7,7 +7,7 @@
<div class="flex overflow-hidden">
<input type="email" value="" name="EMAIL" class="required email block w-full border border-grey p-3 pl-5 rounded-l-full" placeholder="enter your email" aria-label="Email">
<button type="submit" name="subscribe" class="block w-auto border border-grey border-l-0 py-3 pl-5 pr-6 rounded-r-full bg-blue text-white">Subscribe</button>
<button type="submit" name="subscribe" class="block w-auto border border-grey border-l-0 py-3 pl-5 pr-6 rounded-r-full bg-blue-600 text-white">Subscribe</button>
</div>
</div>
</form>