Skip to content

Commit

Permalink
fix non-breaking space
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jul 10, 2024
1 parent 71f0e58 commit 4cf7383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ If a value depends on a variable, you need to move it to a CSS variable inside i
#### Custom components
With Pigment CSS, any JSX element can accept the `sx` prop so it is **no** longer needed to pass down the `sx` prop to Material UI components.
With Pigment CSS, any JSX element can accept the `sx` prop so it is **no** longer needed to pass down the `sx` prop to Material UI components.
```diff
import ButtonBase from '@mui/material/ButtonBase';
Expand Down

0 comments on commit 4cf7383

Please sign in to comment.