Improve light theme (#10992)
This commit is contained in:
		
							parent
							
								
									25f93f4097
								
							
						
					
					
						commit
						f4bc77f290
					
				
					 7 changed files with 290 additions and 51 deletions
				
			
		|  | @ -65,11 +65,11 @@ class Lists extends ImmutablePureComponent { | |||
| 
 | ||||
|         <NewListForm /> | ||||
| 
 | ||||
|         <ColumnSubheading text={intl.formatMessage(messages.subheading)} /> | ||||
|         <ScrollableList | ||||
|           scrollKey='lists' | ||||
|           shouldUpdateScroll={shouldUpdateScroll} | ||||
|           emptyMessage={emptyMessage} | ||||
|           prepend={<ColumnSubheading text={intl.formatMessage(messages.subheading)} />} | ||||
|         > | ||||
|           {lists.map(list => | ||||
|             <ColumnLink key={list.get('id')} to={`/timelines/list/${list.get('id')}`} icon='list-ul' text={list.get('title')} /> | ||||
|  |  | |||
		Reference in a new issue