From e9a45ea6796af19dffd8dac5a1f22e128c8be73a Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Sun, 4 Feb 2024 01:49:44 +0100 Subject: [PATCH] UPD: Key LEDs --- src/components/device/DeviceKeys.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/device/DeviceKeys.vue b/src/components/device/DeviceKeys.vue index 8e94bf9..87a0ee3 100644 --- a/src/components/device/DeviceKeys.vue +++ b/src/components/device/DeviceKeys.vue @@ -5,7 +5,7 @@ :key="key" :class="{'outline outline-white ' : key === selected, 'hover:outline outline-zinc-400' : key !== selected}" class="aspect-square flex-1 rounded-[2px] flex items-center justify-center transition-all" - :style="`box-shadow: 0 0 20px 0 ${color.hex()}`" + :style="`box-shadow: 0 3px 20px -2px ${color.hex()}`" @click="$emit('select', key)">