mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-06 12:41:48 +02:00
Use color variable for theme
This commit is contained in:
parent
f666702527
commit
32f7bb60fa
20 changed files with 64 additions and 67 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue