Skip to content

Commit

Permalink
docs(theme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paveg authored and natew committed Dec 5, 2024
1 parent 48837db commit c50bee5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/onechat/config/tamagui/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const themeBuilder = createThemeBuilder()
template: 'base',
},
})
// no need for componet themes for us
// no need for component themes for us
// .addComponentThemes(defaultComponentThemes, {
// avoidNestingWithin: ['alt1', 'alt2'],
// })
Expand Down
2 changes: 1 addition & 1 deletion apps/onestack.dev/config/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const themeBuilder = createThemeBuilder()
template: 'base',
},
})
// no need for componet themes for us
// no need for component themes for us
// .addComponentThemes(defaultComponentThemes, {
// avoidNestingWithin: ['alt1', 'alt2'],
// })
Expand Down
2 changes: 1 addition & 1 deletion examples/one-tamagui/config/tamagui/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const themeBuilder = createThemeBuilder()
template: 'base',
},
})
// no need for componet themes for us
// no need for component themes for us
// .addComponentThemes(defaultComponentThemes, {
// avoidNestingWithin: ['alt1', 'alt2'],
// })
Expand Down

0 comments on commit c50bee5

Please sign in to comment.