TF-1194 apply new design identity to manage identity screen in mobile
This commit is contained in:
@@ -12,6 +12,10 @@ class ThemeUtils {
|
||||
appBarTheme: _appBarTheme,
|
||||
textTheme: _textTheme,
|
||||
visualDensity: VisualDensity.adaptivePlatformDensity,
|
||||
scrollbarTheme: ScrollbarThemeData(
|
||||
thickness: MaterialStateProperty.all(2.0),
|
||||
radius: const Radius.circular(5.0),
|
||||
thumbColor: MaterialStateProperty.all(AppColor.colorThumbScrollBar)),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user