catcher_2 icon indicating copy to clipboard operation
catcher_2 copied to clipboard

Use app theme in the PageWidget

Open shelverizr opened this issue 9 months ago • 0 comments

Is your feature request related to a problem? Please describe.

In my use case, my app is set to dark theme. The text on the screen cannot be clearly seen when an exception is triggered.

Describe the solution you'd like

Use app theme in the PageWidget.

Describe alternatives you've considered

No response

Additional context

Catcher2 options:

Catcher2Options(
  PageReportMode(),
  [
    FileHandler(File(logPath))
  ],
  screenshotsPath: screenshotsPath,
)

shelverizr avatar Apr 28 '24 08:04 shelverizr