💄 Optimize hint
This commit is contained in:
		@@ -660,14 +660,6 @@ class _CloudFileListEntry extends HookConsumerWidget {
 | 
			
		||||
                                          size: 24,
 | 
			
		||||
                                        ),
 | 
			
		||||
                                        const Gap(4),
 | 
			
		||||
                                        Text(
 | 
			
		||||
                                          'Sensitive Content',
 | 
			
		||||
                                          style: TextStyle(
 | 
			
		||||
                                            color: Colors.white,
 | 
			
		||||
                                            fontWeight: FontWeight.w600,
 | 
			
		||||
                                          ),
 | 
			
		||||
                                        ),
 | 
			
		||||
                                        // Show categories for sensitive content
 | 
			
		||||
                                        Text(
 | 
			
		||||
                                          file.sensitiveMarks
 | 
			
		||||
                                              .map(
 | 
			
		||||
@@ -680,9 +672,17 @@ class _CloudFileListEntry extends HookConsumerWidget {
 | 
			
		||||
                                              .join(' · '),
 | 
			
		||||
                                          style: const TextStyle(
 | 
			
		||||
                                            color: Colors.white,
 | 
			
		||||
                                            fontWeight: FontWeight.w600,
 | 
			
		||||
                                          ),
 | 
			
		||||
                                          textAlign: TextAlign.center,
 | 
			
		||||
                                        ),
 | 
			
		||||
                                        Text(
 | 
			
		||||
                                          'Sensitive Content',
 | 
			
		||||
                                          style: TextStyle(
 | 
			
		||||
                                            color: Colors.white,
 | 
			
		||||
                                            fontSize: 13,
 | 
			
		||||
                                          ),
 | 
			
		||||
                                        ),
 | 
			
		||||
                                        const Gap(4),
 | 
			
		||||
                                        Text(
 | 
			
		||||
                                          'Tap to Reveal',
 | 
			
		||||
@@ -693,7 +693,7 @@ class _CloudFileListEntry extends HookConsumerWidget {
 | 
			
		||||
                                        ),
 | 
			
		||||
                                      ],
 | 
			
		||||
                                    ),
 | 
			
		||||
                                  ),
 | 
			
		||||
                                  ).padding(horizontal: 24, vertical: 16),
 | 
			
		||||
                                ),
 | 
			
		||||
                              ),
 | 
			
		||||
                            ],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user