change tile color in builder
This commit is contained in:
		
							parent
							
								
									f660814897
								
							
						
					
					
						commit
						83c8a4f296
					
				| @ -5,7 +5,6 @@ import { changeContent, setError, deleteError } from '../../../actions/tutorialB | |||||||
| 
 | 
 | ||||||
| import hardware from '../../../data/hardware.json'; | import hardware from '../../../data/hardware.json'; | ||||||
| 
 | 
 | ||||||
| import { fade } from '@material-ui/core/styles/colorManipulator'; |  | ||||||
| import { withStyles } from '@material-ui/core/styles'; | import { withStyles } from '@material-ui/core/styles'; | ||||||
| import withWidth, { isWidthDown } from '@material-ui/core/withWidth'; | import withWidth, { isWidthDown } from '@material-ui/core/withWidth'; | ||||||
| import GridList from '@material-ui/core/GridList'; | import GridList from '@material-ui/core/GridList'; | ||||||
| @ -16,7 +15,8 @@ import FormLabel from '@material-ui/core/FormLabel'; | |||||||
| 
 | 
 | ||||||
| const styles = theme => ({ | const styles = theme => ({ | ||||||
|   multiGridListTile: { |   multiGridListTile: { | ||||||
|     background: fade(theme.palette.secondary.main, 0.5), |     background: "#4EAF47", | ||||||
|  |     opacity: 0.9, | ||||||
|     height: '30px' |     height: '30px' | ||||||
|   }, |   }, | ||||||
|   multiGridListTileTitle: { |   multiGridListTileTitle: { | ||||||
|  | |||||||
| @ -4,7 +4,6 @@ import Dialog from '../Dialog'; | |||||||
| 
 | 
 | ||||||
| import hardware from '../../data/hardware.json'; | import hardware from '../../data/hardware.json'; | ||||||
| 
 | 
 | ||||||
| import { fade } from '@material-ui/core/styles/colorManipulator'; |  | ||||||
| import { withStyles } from '@material-ui/core/styles'; | import { withStyles } from '@material-ui/core/styles'; | ||||||
| import withWidth, { isWidthDown } from '@material-ui/core/withWidth'; | import withWidth, { isWidthDown } from '@material-ui/core/withWidth'; | ||||||
| import Link from '@material-ui/core/Link'; | import Link from '@material-ui/core/Link'; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user