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,
               color: const Color(0xfff7f7f7),
               child: CupertinoPicker(
-                backgroundColor:
-                    Theme.of(context).backgroundColor.withOpacity(0.95),
+                backgroundColor: getEnteColorScheme(context).backgroundElevated,
                 onSelectedItemChanged: (index) {
                   _chosenGridSize = _getAlbumGridSizeFromIndex(index);
                   setState(() {});