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
@@ -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;