diff --git a/app/lib/widget/home_photos.dart b/app/lib/widget/home_photos.dart index ac25da48..7fb17113 100644 --- a/app/lib/widget/home_photos.dart +++ b/app/lib/widget/home_photos.dart @@ -167,7 +167,8 @@ class _HomePhotosState extends State bottomOffset: _calcBottomAppBarExtent(context), labelTextBuilder: (_) => _buildScrollLabel(context), labelPadding: const EdgeInsets.symmetric(horizontal: 40), - backgroundColor: Theme.of(context).colorScheme.inverseSurface, + backgroundColor: Theme.of(context) + .elevate(Theme.of(context).colorScheme.inverseSurface, 3), enabled: _isScrollbarVisible, heightScrollThumb: 60, child: ScrollConfiguration(