Use color variable for theme

This commit is contained in:
Luke Vella 2022-06-01 18:52:25 +01:00
parent f666702527
commit 32f7bb60fa
20 changed files with 64 additions and 67 deletions

View file

@ -12,7 +12,7 @@ const Maintenance: NextPage = () => {
</Head>
<div className="w-96 rounded-lg border bg-white p-8 text-center shadow-sm">
<div className="mb-4">
<Clock className="inline-block h-20 text-indigo-500" />
<Clock className="text-primary-500 inline-block h-20" />
</div>
<div className="">
The site is currently down for some maintenance and will be back