浏览代码

Merge pull request #751 from ente-io/fix_clear_cache_state

UX: Enable pressedState for clearCache button
Neeraj Gupta 2 年之前
父节点
当前提交
4fbfb3eeca
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lib/ui/tools/debug/app_storage_viewer.dart

+ 2 - 0
lib/ui/tools/debug/app_storage_viewer.dart

@@ -158,6 +158,8 @@ class _AppStorageViewerState extends State<AppStorageViewer> {
                             ),
                             ),
                             menuItemColor:
                             menuItemColor:
                                 getEnteColorScheme(context).fillFaint,
                                 getEnteColorScheme(context).fillFaint,
+                            pressedColor:
+                                getEnteColorScheme(context).fillFaintPressed,
                             borderRadius: 8,
                             borderRadius: 8,
                             onTap: () async {
                             onTap: () async {
                               for (var pathItem in paths) {
                               for (var pathItem in paths) {