Skip to content

Commit 461ee51

Browse files
committed
fix(docs): remove last mentions of default style
1 parent 4d558ed commit 461ee51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/content/docs/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Features:
8686

8787
### Improved component architecture [#august-2025-improved-component-architecture]
8888

89-
Every component has been refined and standardized for both `default` and `new-york` styles.
89+
Every component has been refined and standardized.
9090

9191
- Improved platform-specific logic
9292

apps/docs/content/docs/customization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ React Native Reusables uses a theme system based on Tailwind CSS v3 and shadcn/u
1313

1414
## `components.json`
1515

16-
This works like [shadcn/ui's components.json](https://ui.shadcn.com/docs/components-json). It tells the CLI where to place files and which style to use (`default` or `new-york`). You can leave it alone unless you're changing paths or switching styles.
16+
This works like [shadcn/ui's components.json](https://ui.shadcn.com/docs/components-json). It tells the CLI where to place files. You can leave it alone unless you're changing paths or switching styles.
1717

1818
## `global.css`
1919

0 commit comments

Comments
 (0)