Update default theme

This commit is contained in:
2025-04-07 16:29:02 +01:00
parent 50eb1fa6fe
commit d61379ac2d
46 changed files with 213 additions and 393 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { Check } from '../../assets';
export type CheckBoxProps = {
className?: string;
color?: 'client' | 'productOwner' | 'developer' | 'admin';
color?: 'primary' | 'secondary' | 'tertiary';
label: string;
checked: boolean;
onClick: () => void;