Adjust background of emoji panel (#1461)
Addresses #1451 which notes the emoji picker is too light. I agree, so I submit this adjustment. Changes: Changed the background to a darkened version of another system color
This commit is contained in:
		
							parent
							
								
									db7c7d1af1
								
							
						
					
					
						commit
						087ca3009b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1425,7 +1425,7 @@ button.active i.fa-retweet { | ||||||
| .emoji-dialog { | .emoji-dialog { | ||||||
|   width: 280px; |   width: 280px; | ||||||
|   height: 220px; |   height: 220px; | ||||||
|   background: $color2; |   background: darken($color3, 10%); | ||||||
|   box-sizing: border-box; |   box-sizing: border-box; | ||||||
|   border-radius: 2px; |   border-radius: 2px; | ||||||
|   overflow: hidden; |   overflow: hidden; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue