Merge pull request #3430 from Kingtous/master

opt: scrollbar in night mode
This commit is contained in:
RustDesk
2023-02-28 17:47:10 +08:00
committed by GitHub

View File

@@ -217,6 +217,9 @@ class MyTheme {
tabBarTheme: const TabBarTheme(
labelColor: Colors.white70,
),
scrollbarTheme: ScrollbarThemeData(
thumbColor: MaterialStateProperty.all(Colors.grey[500])
),
splashColor: Colors.transparent,
highlightColor: Colors.transparent,
splashFactory: isDesktop ? NoSplash.splashFactory : null,