mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00: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:
		@@ -2,7 +2,7 @@
 | 
			
		||||
  import type Icon from 'svelte-material-icons/AbTesting.svelte';
 | 
			
		||||
 | 
			
		||||
  export let logo: typeof Icon;
 | 
			
		||||
  export let backgroundColor = 'transparent';
 | 
			
		||||
  export let backgroundColor = '';
 | 
			
		||||
  export let hoverColor = '#e2e7e9';
 | 
			
		||||
  export let padding = '3';
 | 
			
		||||
  export let size = '24';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user