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

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