From 0836d3a4ef60bcc121eb5f4605321bb02fd06df8 Mon Sep 17 00:00:00 2001 From: Danni Date: Thu, 16 Oct 2025 19:44:02 -0700 Subject: [PATCH] update comment for staticColor prop (#9052) --- packages/@react-spectrum/s2/src/ActionButtonGroup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@react-spectrum/s2/src/ActionButtonGroup.tsx b/packages/@react-spectrum/s2/src/ActionButtonGroup.tsx index 17033acc4be..f8e6d479ed6 100644 --- a/packages/@react-spectrum/s2/src/ActionButtonGroup.tsx +++ b/packages/@react-spectrum/s2/src/ActionButtonGroup.tsx @@ -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.