Merge pull request #751 from ente-io/fix_clear_cache_state

UX: Enable pressedState for clearCache button
This commit is contained in:
Neeraj Gupta 2022-12-30 11:40:40 +05:30 committed by GitHub
commit 4fbfb3eeca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {