feat: Prefer primary color (#2665)

This commit is contained in:
Thomas Camlong
2025-04-16 11:34:33 +02:00
committed by GitHub
parent 97390c6030
commit 00053bda7b
29 changed files with 30 additions and 51 deletions

View File

@@ -82,7 +82,7 @@ export const AddBoardModal = createModal(({ actions }) => {
<Button onClick={actions.closeModal} variant="subtle" color="gray">
{t("common.action.cancel")}
</Button>
<Button type="submit" color="teal" loading={isPending}>
<Button type="submit" loading={isPending}>
{t("common.action.create")}
</Button>
</Group>