Skip to content

Commit

Permalink
refactor: add "white" to borderColor
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarhenrq committed Oct 5, 2023
1 parent d11dced commit 10e781c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/BaseCardProps.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type BaseCardProps = {
padding?: 'large' | 'xmedium' | 'small';
borderColor?: 'purple';
borderColor?: 'purple' | 'white';
backgroundColor?: 'purple' | 'white';
children: React.ReactNode;
};

0 comments on commit 10e781c

Please sign in to comment.