Skip to content

Commit 440b0c6

Browse files
committed
Adds screenshot thumbnail styles
1 parent 639f64d commit 440b0c6

File tree

1 file changed

+16
-14
lines changed
  • docs/platforms/react-native/user-feedback/configuration

1 file changed

+16
-14
lines changed

docs/platforms/react-native/user-feedback/configuration/index.mdx

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -105,20 +105,22 @@ import { FeedbackWidget } from "@sentry/react-native";
105105

106106
The following styles are available for customisation.
107107

108-
| Style | Type | Description |
109-
| ------------------ | ------------ | -------------------------------------------------------------------------------- |
110-
| `container` | `ViewStyle` | The widget container style. |
111-
| `title` | `TextStyle` | The title text style. |
112-
| `label` | `TextStyle` | The label text style (name, email). |
113-
| `input` | `TextStyle` | The input field text style (name, email). |
114-
| `textArea` | `TextStyle` | The message text style. |
115-
| `submitButton` | `ViewStyle` | The submit button style. |
116-
| `submitText` | `TextStyle` | The submit button text style. |
117-
| `cancelButton` | `ViewStyle` | The cancel button style. |
118-
| `cancelText` | `TextStyle` | The cancel button text style. |
119-
| `screenshotButton` | `ViewStyle` | The screenshot button style. |
120-
| `screenshotText` | `TextStyle` | The screenshot button text style. |
121-
| `titleContainer` | `ViewStyle` | The title container style. |
108+
| Style | Type | Description |
109+
| --------------------- | ------------ | ----------------------------------------------- |
110+
| `container` | `ViewStyle` | The widget container style. |
111+
| `title` | `TextStyle` | The title text style. |
112+
| `label` | `TextStyle` | The label text style (name, email). |
113+
| `input` | `TextStyle` | The input field text style (name, email). |
114+
| `textArea` | `TextStyle` | The message text style. |
115+
| `submitButton` | `ViewStyle` | The submit button style. |
116+
| `submitText` | `TextStyle` | The submit button text style. |
117+
| `cancelButton` | `ViewStyle` | The cancel button style. |
118+
| `cancelText` | `TextStyle` | The cancel button text style. |
119+
| `screenshotButton` | `ViewStyle` | The screenshot button style. |
120+
| `screenshotText` | `TextStyle` | The screenshot button text style. |
121+
| `screenshotContainer` | `TextStyle` | The screenshot thumbnail container style. |
122+
| `screenshotThumbnail` | `ImageStyle` | The screenshot thumbnail image style. |
123+
| `titleContainer` | `ViewStyle` | The title container style. |
122124

123125
## Event Callbacks
124126

0 commit comments

Comments
 (0)