Skip to content

Commit

Permalink
Change webview background color
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Dec 31, 2022
1 parent 358d4b2 commit dc0e563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/webview/webview_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class _WebView extends StatelessWidget {
onPageFinished: notifier.onPageFinished,
onProgress: notifier.onProgress,
gestureRecognizers: const {Factory(EagerGestureRecognizer.new)},
backgroundColor: Colors.transparent,
),
AnimatedSwitcher(
duration: theme.animation.short,
Expand Down

0 comments on commit dc0e563

Please sign in to comment.