mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-27 13:17:51 +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
|
@ -28,7 +28,7 @@ const ErrorPage: React.VoidFunctionComponent<ComponentProps> = ({
|
|||
<div className="flex items-start">
|
||||
<div className="text-center">
|
||||
<Icon className="mb-4 inline-block w-24 text-slate-400" />
|
||||
<div className="mb-2 text-3xl font-bold text-indigo-500 ">
|
||||
<div className="text-primary-500 mb-2 text-3xl font-bold ">
|
||||
{title}
|
||||
</div>
|
||||
<p>{description}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue