Skip to content

Commit

Permalink
Merge pull request #80 from DavideSegullo/DavideSegullo/fix-docs
Browse files Browse the repository at this point in the history
fix typo inside setup page
  • Loading branch information
jpudysz authored Dec 13, 2023
2 parents a4814a9 + 0357c32 commit ffc309d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/start/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The library has no restrictions on the shape of the theme. You can use nested ob
// themes.ts
export const lightTheme = {
colors: {
typography: '#000000'
typography: '#000000',
background: '#ffffff'
},
margins: {
Expand All @@ -110,7 +110,7 @@ The library has no restrictions on the shape of the theme. You can use nested ob

export const darkTheme = {
colors: {
typography: '#ffffff'
typography: '#ffffff',
background: '#000000'
},
margins: {
Expand Down

0 comments on commit ffc309d

Please sign in to comment.