Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/platforms/react-native/user-feedback/configuration/index.mdx
Co-authored-by: LucasZF <[email protected]>
  • Loading branch information
antonis and lucas-zimerman authored May 6, 2025
commit e29da2250bf593cec9a802ebb131d979b6849b7f
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Sentry.feedbackIntegration({

## Theming

You can also customize the Feedback Widget colors to match your app's theme. The example below shows how to customize the widget backgroung and foreground for the light and dark system themes with the `feedbackIntegration`.
You can also customize the Feedback Widget colors to match your app's theme. The example below shows how to customize the widget background and foreground for the light and dark system themes with the `feedbackIntegration`.

```javascript
import * as Sentry from "@sentry/react-native";
Expand Down