mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +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:
parent
83b63ca12e
commit
f36c40bc6b
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue