Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
feat: added no splash factory (#395)
Browse files Browse the repository at this point in the history
* feat: added no splash factory

* Update lib/src/themes/common_themes.dart

* fix fail

---------

Co-authored-by: Stefano Liuzzo Scorpo <[email protected]>
Co-authored-by: Frederik Feichtmeier <[email protected]>
  • Loading branch information
3 people committed Nov 14, 2023
1 parent c69dd2d commit 6f3373f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/themes/common_themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ ThemeData createYaruTheme({
mainAxisMargin: 3.0,
crossAxisMargin: 3.0,
),
splashFactory: isMobile ? null : NoSplash.splashFactory,
sliderTheme: _createSliderTheme(colorScheme),
drawerTheme: _createDrawerTheme(colorScheme),
listTileTheme: ListTileThemeData(
Expand Down

0 comments on commit 6f3373f

Please sign in to comment.