Skip to content

Commit

Permalink
added typescirpt closeIconSize type
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomolo997 committed Mar 22, 2024
1 parent 8ce01fd commit 7a48783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/lemon-ui/LemonModal/LemonModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface LemonModalProps {
* A modal launched from a popover can appear behind the popover. This allows you to force the modal to appear above the popover.
* */
forceAbovePopovers?: boolean
closeIconSize?: string
closeIconSize?: 'small' | 'xsmall' | 'medium' | 'large'
contentRef?: React.RefCallback<HTMLDivElement>
overlayRef?: React.RefCallback<HTMLDivElement>
'data-attr'?: string
Expand Down

0 comments on commit 7a48783

Please sign in to comment.