mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-21 12:56:21 +02:00
🎨 Update color palette (#613)
Use more saturated colors and increase contrast to improve readability
This commit is contained in:
parent
029d130a4d
commit
a2481b3bbd
71 changed files with 198 additions and 119 deletions
|
@ -14,7 +14,7 @@ const FullPageLoader: React.FunctionComponent<FullPageLoaderProps> = ({
|
|||
}) => {
|
||||
return (
|
||||
<div className={clsx("flex h-full items-center justify-center", className)}>
|
||||
<div className="bg-primary-500 flex items-center rounded-lg px-4 py-3 text-sm text-white shadow-sm">
|
||||
<div className="bg-primary-600 flex items-center rounded-lg px-4 py-3 text-sm text-white shadow-sm">
|
||||
<Spinner className="mr-3 h-5 animate-spin" />
|
||||
{children}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue