Browse Source

fix dividerColor not valid bug

Caijinglong 6 years ago
parent
commit
8e29b3d669
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/src/ui/page/photo_main_page.dart

+ 1
- 1
lib/src/ui/page/photo_main_page.dart View File

172
     }
172
     }
173
 
173
 
174
     return Container(
174
     return Container(
175
-      color: options.disableColor,
175
+      color: options.dividerColor,
176
       child: GridView.builder(
176
       child: GridView.builder(
177
         controller: scrollController,
177
         controller: scrollController,
178
         gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(
178
         gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(