Skip to content

Commit

Permalink
misc: refactor invoice list and extract code in separate component
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed May 27, 2024
1 parent b9b77e7 commit 50e82e1
Show file tree
Hide file tree
Showing 6 changed files with 546 additions and 277 deletions.
3 changes: 3 additions & 0 deletions src/components/designSystem/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ const mapProperties = (variant: ButtonVariant, inheritColor: boolean) => {
return {
color: 'inherit' as MuiColor,
variant: 'outlined' as MuiVariant,
sx: {
borderColor: 'inherit',
},
}
case ButtonVariantEnum.quaternary:
case ButtonVariantEnum['quaternary-light']:
Expand Down
Loading

0 comments on commit 50e82e1

Please sign in to comment.