浏览代码

Update color

vishnukvmd 2 年之前
父节点
当前提交
34c9d64d2f
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      lib/ui/advanced_settings_screen.dart

+ 1 - 2
lib/ui/advanced_settings_screen.dart

@@ -175,8 +175,7 @@ class _AdvancedSettingsScreenState extends State<AdvancedSettingsScreen> {
               height: 220.0,
               height: 220.0,
               color: const Color(0xfff7f7f7),
               color: const Color(0xfff7f7f7),
               child: CupertinoPicker(
               child: CupertinoPicker(
-                backgroundColor:
-                    Theme.of(context).backgroundColor.withOpacity(0.95),
+                backgroundColor: getEnteColorScheme(context).backgroundElevated,
                 onSelectedItemChanged: (index) {
                 onSelectedItemChanged: (index) {
                   _chosenGridSize = _getAlbumGridSizeFromIndex(index);
                   _chosenGridSize = _getAlbumGridSizeFromIndex(index);
                   setState(() {});
                   setState(() {});