Update colour class names

This commit is contained in:
Oliver Davies 2019-03-21 00:42:57 +00:00
parent eb9da4a8e0
commit 5323b6153f
18 changed files with 100 additions and 100 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="border-b-3 border-grey-3">
<div class="bg-white px-4 lg:px-6 py-5 border-t border-grey-2 flex justify-between items-center">
<div class="border-b-3 border-grey-300">
<div class="bg-white px-4 lg:px-6 py-5 border-t border-grey-200 flex justify-between items-center">
<div class="w-full md:w-auto flex flex-col">
<slot name="left"></slot>
</div>