mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-04 12:03:28 +00:00 
			
		
		
		
	Merge pull request #1012 from richardshiue/fix-disabled-icon-color
fix: disabled icon color in grid header menu
This commit is contained in:
		
						commit
						4becc2eb75
					
				@ -167,7 +167,8 @@ class FieldActionCell extends StatelessWidget {
 | 
			
		||||
          onTap();
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      leftIcon: svgWidget(action.iconName(), color: theme.iconColor),
 | 
			
		||||
      leftIcon: svgWidget(action.iconName(),
 | 
			
		||||
        color: enable ? theme.iconColor : theme.disableIconColor),
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user