mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-13 17:06:48 +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
|
@ -173,7 +173,7 @@ const Page: React.FunctionComponent = () => {
|
|||
);
|
||||
}
|
||||
})()}
|
||||
<div className="flex w-full justify-end space-x-3 border-t bg-slate-50 px-4 py-3">
|
||||
<div className="flex w-full justify-end space-x-3 border-t bg-gray-50 p-3">
|
||||
{currentStepIndex > 0 ? (
|
||||
<Button
|
||||
disabled={isBusy}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue