Update colour class names
This commit is contained in:
parent
eb9da4a8e0
commit
5323b6153f
18 changed files with 100 additions and 100 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue