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:
@@ -8,7 +8,7 @@ import Text from '../Text';
|
||||
import { Wrapper } from './styles';
|
||||
|
||||
export type ModalProps = {
|
||||
color: 'client' | 'productOwner' | 'developer' | 'admin';
|
||||
color: 'primary' | 'secondary' | 'tertiary';
|
||||
title: string;
|
||||
description: string;
|
||||
children?: React.ReactNode | JSX.Element | string;
|
||||
|
||||
Reference in New Issue
Block a user