mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 03:24:42 -07:00
refactor: remove width prop from Card component and add as const to test array.
This commit is contained in:
@@ -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> = ({
|
||||
|
||||
Reference in New Issue
Block a user