We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee060b5 commit 0836d3aCopy full SHA for 0836d3a
packages/@react-spectrum/s2/src/ActionButtonGroup.tsx
@@ -36,7 +36,7 @@ export interface ActionButtonGroupProps extends AriaLabelingProps, UnsafeStyles,
36
isQuiet?: boolean,
37
/** Whether the buttons should divide the container width equally. */
38
isJustified?: boolean,
39
- /** Whether the button should be displayed with an [emphasized style](https://spectrum.adobe.com/page/action-button/#Emphasis). */
+ /** The static color style to apply. Useful when the ActionButtonGroup appears over a color background. */
40
staticColor?: 'white' | 'black' | 'auto',
41
/**
42
* The axis the group should align with.
0 commit comments