mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	Tweak error reporting style
This commit is contained in:
		
							parent
							
								
									e0d1f7f7a6
								
							
						
					
					
						commit
						279480ac15
					
				|  | @ -38,15 +38,15 @@ export default class LogMonitorEntry { | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|     return ( |     return ( | ||||||
|       <span style={{ |       <div style={{ | ||||||
|         fontSize: '0.8em', |         color: this.props.theme.base09, | ||||||
|         paddingLeft: 0, |         paddingTop: 20, | ||||||
|         paddingRight: 5, |         paddingLeft: 30, | ||||||
|         fontStyle: 'italic', |         paddingRight: 30, | ||||||
|         color: this.props.theme.base09 |         paddingBottom: 35 | ||||||
|       }}> |       }}> | ||||||
|         ({errorText}) |         {errorText} | ||||||
|       </span> |       </div> | ||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user