Skip to content

Commit 0836d3a

Browse files
authored
update comment for staticColor prop (#9052)
1 parent ee060b5 commit 0836d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface ActionButtonGroupProps extends AriaLabelingProps, UnsafeStyles,
3636
isQuiet?: boolean,
3737
/** Whether the buttons should divide the container width equally. */
3838
isJustified?: boolean,
39-
/** Whether the button should be displayed with an [emphasized style](https://spectrum.adobe.com/page/action-button/#Emphasis). */
39+
/** The static color style to apply. Useful when the ActionButtonGroup appears over a color background. */
4040
staticColor?: 'white' | 'black' | 'auto',
4141
/**
4242
* The axis the group should align with.

0 commit comments

Comments
 (0)