commit: 7b6bef1b1af9559edbba4d5aa41a8a00c3400585
parent 772a73a4e37103ff1ac5715741743519b87cbac0
Author: Henry Jameson <me@hjkos.com>
Date: Mon, 20 Jan 2025 16:59:45 +0200
redo dumb lint
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/components/status_action_buttons/action_button.vue b/src/components/status_action_buttons/action_button.vue
@@ -20,7 +20,8 @@
class="fa-scale-110"
:icon="button.icon(funcArg)"
:spin="!extra && button.animated?.() && animationState"
- style="--fa-animation-duration: 750ms;"
+ style="
+ --fa-animation-duration: 750ms;"
fixed-width
/>
<template v-if="!buttonClass.disabled && button.toggleable?.(funcArg) && button.active">