Skip to content

Commit

Permalink
fix(actionbutton): fix min-width for xs size (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlogsdon18 committed Sep 8, 2023
1 parent 2b0ec00 commit 9205ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/actionbutton/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9205ac4

Please sign in to comment.