refactor: remove width prop from Card component and add as const to test array.

This commit is contained in:
Mark McLaughlin
2026-02-05 11:07:19 -08:00
parent 254bdbc027
commit 5dfcab609a
2 changed files with 3 additions and 9 deletions
@@ -23,7 +23,6 @@ export interface CardProps {
children?: React.ReactNode;
/** The styling and intent of the card. */
variant?: 'information' | 'success' | 'warning' | 'error' | 'confirmation';
width?: number | string;
}
const CardDisplay: React.FC<CardProps> = ({