Skip to content

Commit 3a39778

Browse files
ktaborsGitHub Enterprise
authored andcommitted
Limit the ContextualHelp ActionButton size to S and XS (#183)
Co-authored-by: Kyle Taborski <[email protected]>
1 parent 601da3a commit 3a39778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/s2/src/ContextualHelp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface ContextualHelpProps extends
3333
*
3434
* @default 'XS'
3535
*/
36-
size?: 'XS' | 'S' | 'M' | 'L' | 'XL'
36+
size?: 'XS' | 'S'
3737
}
3838

3939
const popover = style({

0 commit comments

Comments
 (0)