From 9205ac4c07b2b93270b08707d3f2c2b89490b370 Mon Sep 17 00:00:00 2001 From: mlogsdon18 <99203545+mlogsdon18@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:05:10 -0400 Subject: [PATCH] fix(actionbutton): fix min-width for xs size (#2153) --- components/actionbutton/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/actionbutton/index.css b/components/actionbutton/index.css index fcd6ff281e..316eef4a1c 100644 --- a/components/actionbutton/index.css +++ b/components/actionbutton/index.css @@ -53,7 +53,7 @@ governing permissions and limitations under the License. } .spectrum-ActionButton--sizeXS { - --spectrum-actionbutton-min-width: calc((var(--spectrum-component-edge-to-visual-only-75) * 2) + var(--spectrum-workflow-icon-size-75)); + --spectrum-actionbutton-min-width: calc((var(--spectrum-component-edge-to-visual-only-50) * 2) + var(--spectrum-workflow-icon-size-50)); --spectrum-actionbutton-height: var(--spectrum-component-height-50); --spectrum-actionbutton-icon-size: var(--spectrum-workflow-icon-size-50);