Skip to content

Commit 2935ee0

Browse files
committed
docs(noise-texture): sync prop table defaults with component implementation
1 parent c45d7f0 commit 2935ee0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/www/content/docs/components/noise-texture.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ import { NoiseTexture } from "@/components/ui/noise-texture"
7979
| Prop | Type | Default | Description |
8080
| -------------- | -------- | ------- | ------------------------------------------- |
8181
| `className` | `string` || Merged onto the root `svg` (via `cn`) |
82-
| `frequency` | `number` | `0.5` | `baseFrequency` for `feTurbulence` |
83-
| `octaves` | `number` | `4` | `numOctaves` for `feTurbulence` |
82+
| `frequency` | `number` | `0.4` | `baseFrequency` for `feTurbulence` |
83+
| `octaves` | `number` | `6` | `numOctaves` for `feTurbulence` |
8484
| `slope` | `number` | `0.15` | Linear slope per channel after desaturation |
85-
| `noiseOpacity` | `number` | `0.4` | Opacity of the noise `rect` |
85+
| `noiseOpacity` | `number` | `0.6` | Opacity of the noise `rect` |
8686

8787
## Credits
8888

0 commit comments

Comments
 (0)