Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@react-spectrum/s2/src/ActionButtonGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface ActionButtonGroupProps extends AriaLabelingProps, UnsafeStyles,
isQuiet?: boolean,
/** Whether the buttons should divide the container width equally. */
isJustified?: boolean,
/** 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. */
staticColor?: 'white' | 'black' | 'auto',
/**
* The axis the group should align with.
Expand Down