Skip to content

Commit

Permalink
Add "interactive"
Browse files Browse the repository at this point in the history
Co-authored-by: Katie Langerman <[email protected]>
  • Loading branch information
iansan5653 and langermank authored Apr 18, 2024
1 parent 0d87330 commit 6878be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/foundations/primitives/migrating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This is typically the CSS `gap` in `flex` (with `flex-direction: column`) or `gr

#### Control stacks

[Control stacks](https://primer.style/foundations/primitives/size#controls) are horizontal (inline) rows containing inline items next to each other. For example, a set of buttons or labels. These are usually `display: flex` or `inline-flex` with `flex-direction: row`.
[Control stacks](https://primer.style/foundations/primitives/size#controls) are horizontal (inline) rows containing inline interactive items next to each other. For example, a set of buttons or labels. These are usually `display: flex` or `inline-flex` with `flex-direction: row`.

<Note variant="info">
The size of the control stack depends on the size of the controls inside of it. For example, a stack containing `<IconButton size="small">` is a `small` stack.
Expand Down

0 comments on commit 6878be5

Please sign in to comment.