@@ -105,20 +105,22 @@ import { FeedbackWidget } from "@sentry/react-native";
105
105
106
106
The following styles are available for customisation.
107
107
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. |
122
124
123
125
## Event Callbacks
124
126
0 commit comments