mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	feat: add solid border for contrast (#7550)
Now it is better to see the command bar. 
This commit is contained in:
		
							parent
							
								
									2f9483441f
								
							
						
					
					
						commit
						c802442846
					
				@ -43,6 +43,7 @@ export const CommandResultsPaper = styled(Paper)(({ theme }) => ({
 | 
				
			|||||||
    fontSize: theme.fontSizes.smallBody,
 | 
					    fontSize: theme.fontSizes.smallBody,
 | 
				
			||||||
    color: theme.palette.text.secondary,
 | 
					    color: theme.palette.text.secondary,
 | 
				
			||||||
    wordBreak: 'break-word',
 | 
					    wordBreak: 'break-word',
 | 
				
			||||||
 | 
					    border: `1px solid ${theme.palette.neutral.border}`,
 | 
				
			||||||
}));
 | 
					}));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const StyledContainer = styled('div', {
 | 
					const StyledContainer = styled('div', {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user