File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments