mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-07 05:01:49 +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
|
@ -155,7 +155,7 @@ const ChangeNameModal = (props: {
|
|||
{errors.name ? (
|
||||
<div className="text-sm text-rose-500">{errors.name.message}</div>
|
||||
) : null}
|
||||
<div className="mt-2 text-sm text-slate-400">{t("changeNameInfo")}</div>
|
||||
<div className="mt-2 text-sm text-slate-500">{t("changeNameInfo")}</div>
|
||||
</fieldset>
|
||||
<div className="flex gap-2 ">
|
||||
<Button disabled={formState.isSubmitting} onClick={props.onDone}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue