mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 10:49:11 -04:00 
			
		
		
		
	feat(web) add hover background to image toolbar icons (#4402)
* feat: add hover background to image toolbar icons * not use background color when not set --------- Co-authored-by: katsadim <athanasios.katsadimas@refurbed.com> Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
		
							parent
							
								
									83b63ca12e
								
							
						
					
					
						commit
						f36c40bc6b
					
				| @ -2,7 +2,7 @@ | |||||||
|   import type Icon from 'svelte-material-icons/AbTesting.svelte'; |   import type Icon from 'svelte-material-icons/AbTesting.svelte'; | ||||||
| 
 | 
 | ||||||
|   export let logo: typeof Icon; |   export let logo: typeof Icon; | ||||||
|   export let backgroundColor = 'transparent'; |   export let backgroundColor = ''; | ||||||
|   export let hoverColor = '#e2e7e9'; |   export let hoverColor = '#e2e7e9'; | ||||||
|   export let padding = '3'; |   export let padding = '3'; | ||||||
|   export let size = '24'; |   export let size = '24'; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user