Use an orange hue for the icon images for fun with the theme.

main
Zed A. Shaw 1 year ago
parent 6f9f77ddb8
commit 73b379ffcb
  1. 4
      client/components/IconImage.svelte

@ -13,8 +13,8 @@
export let width="100%";
export let thickness="2";
export let testid=`iconimage-default-${name}`;
export let hue='orange';
export let background_hue='blue';
export let hue='blue';
export let background_hue='orange';
export let grayscale = 0;
export let aspect_ratio = "1/1";

Loading…
Cancel
Save