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
+4 -5
View File
@@ -5,10 +5,9 @@ import SearchIcon from '../../assets/icons/search.svg?react';
export type SearchProps = {
className?: string;
color?:
| 'client'
| 'productOwner'
| 'developer'
| 'admin'
| 'primary'
| 'secondary'
| 'tertiary'
| 'success'
| 'warning'
| 'error'
@@ -20,7 +19,7 @@ export type SearchProps = {
};
const Search = ({
color = 'client',
color = 'primary',
value,
onChange,
...props