Skip to content

Commit

Permalink
Update docs/data/joy/customization/approaches/approaches.md
Browse files Browse the repository at this point in the history
Signed-off-by: Zeeshan Tamboli <[email protected]>
  • Loading branch information
ZeeshanTamboli authored Jan 10, 2023
1 parent c21b8a8 commit df18512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/joy/customization/approaches/approaches.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const theme = extendTheme({
// The component identifier always start with `Joy${ComponentName}`.
JoyButton: {
styleOverrides: {
root: ({theme}) => {
root: ({ theme }) => {
// theme.vars.* return the CSS variables.
fontSize: theme.vars.fontSize.lg, // 'var(--joy-fontSize-lg)'
},
Expand Down

0 comments on commit df18512

Please sign in to comment.