From 084f27ec91fc6a31a797817b27aab26212dd48e8 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 11 Jun 2025 14:46:42 +0200 Subject: [PATCH] slider updates --- components/SliderConfirmation.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/SliderConfirmation.vue b/components/SliderConfirmation.vue index 109df19..db844f5 100644 --- a/components/SliderConfirmation.vue +++ b/components/SliderConfirmation.vue @@ -216,10 +216,10 @@ watch(showDialog, (newValue) => { .slider-handle { position: absolute; - top: 4px; - width: 42px; - height: 42px; - background-color: #fff; + top: 0; + width: 50px; + height: 50px; + background-color: #9e9e9e; border-radius: 50%; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); cursor: grab;