Skip to content

Commit 1df8e94

Browse files
committed
docs: update types doc
1 parent 902e3e6 commit 1df8e94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/reference/04-types.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Options for customizing the grabber (drag handle) appearance.
101101

102102
## `InsetAdjustment`
103103

104-
Controls how the bottom safe area inset affects detent heights. Only applies on iPhone.
104+
Controls how the bottom safe area inset affects detent heights.
105105

106106
```tsx
107107
<TrueSheet insetAdjustment="never">
@@ -112,7 +112,7 @@ Controls how the bottom safe area inset affects detent heights. Only applies on
112112
| Value | Description |
113113
| - | - |
114114
| `"automatic"` | System handles insets automatically. This is the default behavior. |
115-
| `"never"` | Subtract bottom inset from detent heights for more precise sizing. |
115+
| `"never"` | TrueSheet will keep the layout as-is for precise sizing. |
116116

117117
## `DetentInfoEventPayload`
118118

0 commit comments

Comments
 (0)