Details
- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Major
 - 
    10.1-rc-1
 - 
    None
 
- 
        Unknown
 - 
        N/A
 - 
        N/A
 - 
        
 
Description
This will happen for all the themes that have white text, because the contrast white on gray (#f3f3f3) is not readable.
From the xwiki-platform-flamingo-theme-bootswatch these themes are: 
Slate, Darkly, Superhero. 
The issue is that XWiki.XWikiUserSheet is using
div.highlighted-profile-section,
div.userInfo, div.userPreferences, div.watchlistManagement, div.userDashboard {
  background-color: $theme.backgroundSecondaryColor;
}
and
$theme.backgroundSecondaryColor
doesn't get set correctly to @xwiki-background-secondary-color.
Attachments
Issue Links
- relates to
 - 
                    
XWIKI-15045 Issues using transparent colors in the Advanced section of a Flamingo Theme
-         
 - Open
 
 -         
 - 
                    
XWIKI-15040 Missing mapping for the old $theme.textPrimaryColor to the new LESS variables
-         
 - Closed
 
 -         
 - 
                    
XWIKI-15041 Missing mapping for the old $theme.textSecondaryColor to the new LESS variables
-         
 - Closed
 
 -