Skip to content

Commit f08716b

Browse files
committed
docs: remove reference to system props
1 parent 25bd498 commit f08716b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/philosophy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We are focusing primarily on presentational components that help standardize com
88

99
## Assume that people will break the rules, provide safe ways for them to do so
1010

11-
While we aim to standardize design in Primer React, we also provide some flexibility with constraint-based props. We offer system props via [styled-system](https://github.com/styled-system/styled-system) to allow users of the components to make small customizations, such as color and spacing, using values from the theme. Users also have the option to override the theme with a theme of their own.
11+
While we aim to standardize design in Primer React, we also provide additional styling flexibility through the [`sx` prop](/overriding-styles). This enables small customizations to color and spacing, using values from the theme. Users also have the option to override the theme with a theme of their own.
1212

1313
## Pattern Components vs Helper Components
1414

docs/content/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Some components may break if your custom theme does not include all the same key
5050

5151
## Referencing theme values
5252

53-
You can reference theme values in your application using [system props](/system-props), the [`sx` prop](/overriding-styles), the `themeGet` function, or the `useTheme` hook.
53+
You can reference theme values in your application using the [`sx` prop](/overriding-styles), the `themeGet` function, or the `useTheme` hook.
5454

5555
<Note variant="warning">
5656

0 commit comments

Comments
 (0)