@@ -664,12 +664,12 @@ class _FilesPageState extends State<FilesPage> with TickerProviderStateMixin {
664664 Container (
665665 padding: const EdgeInsets .all (8 ),
666666 decoration: BoxDecoration (
667- color: Theme . of (context).colorScheme.primary .withValues (alpha: 0.1 ),
667+ color: Color ( 0xFF764ba2 ) .withValues (alpha: 0.1 ),
668668 borderRadius: BorderRadius .circular (12 ),
669669 ),
670670 child: Icon (
671671 Icons .check_circle,
672- color: Theme . of (context).colorScheme.primary ,
672+ color: Color ( 0xFF764ba2 ) ,
673673 size: 24 ,
674674 ),
675675 ),
@@ -1831,7 +1831,7 @@ class _FilesPageState extends State<FilesPage> with TickerProviderStateMixin {
18311831 color: isActive
18321832 ? Colors .blue.withValues (alpha: 0.15 )
18331833 : isSelected
1834- ? Theme . of (context).colorScheme.primary .withValues (alpha: 0.1 )
1834+ ? Color ( 0xFF764ba2 ) .withValues (alpha: 0.1 )
18351835 : null ,
18361836 borderRadius: BorderRadius .circular (8 ),
18371837 border: isActive
@@ -1882,7 +1882,7 @@ class _FilesPageState extends State<FilesPage> with TickerProviderStateMixin {
18821882 },
18831883 visualDensity: VisualDensity .compact,
18841884 materialTapTargetSize: MaterialTapTargetSize .shrinkWrap,
1885- activeColor: Theme . of (context).colorScheme.primary ,
1885+ activeColor: Color ( 0xFF764ba2 ) ,
18861886 ),
18871887 ),
18881888 if (FileUtils .isImage (file.name))
@@ -2263,7 +2263,7 @@ class _FilesPageState extends State<FilesPage> with TickerProviderStateMixin {
22632263 },
22642264 visualDensity: VisualDensity .compact,
22652265 materialTapTargetSize: MaterialTapTargetSize .shrinkWrap,
2266- activeColor: Theme . of (context).colorScheme.primary ,
2266+ activeColor: Color ( 0xFF764ba2 ) ,
22672267 ),
22682268 ),
22692269 Container (
@@ -2596,7 +2596,7 @@ class _FilesPageState extends State<FilesPage> with TickerProviderStateMixin {
25962596 color: isActive
25972597 ? Colors .blue.withValues (alpha: 0.15 )
25982598 : isSelected
2599- ? Theme . of (context).colorScheme.primary .withValues (alpha: 0.1 )
2599+ ? Color ( 0xFF764ba2 ) .withValues (alpha: 0.1 )
26002600 : null ,
26012601 borderRadius: BorderRadius .circular (8 ),
26022602 border: isActive
@@ -2710,7 +2710,7 @@ class _FilesPageState extends State<FilesPage> with TickerProviderStateMixin {
27102710 },
27112711 visualDensity: VisualDensity .compact,
27122712 materialTapTargetSize: MaterialTapTargetSize .shrinkWrap,
2713- activeColor: Theme . of (context).colorScheme.primary ,
2713+ activeColor: Color ( 0xFF764ba2 ) ,
27142714 ),
27152715 PopupMenuButton <String >(
27162716 onSelected: (value) {
0 commit comments