mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Update default theme
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user