From b1470682bac97b80a2badd9bfffe7a2bc1c3e94e Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 7 Mar 2024 06:44:44 -0700 Subject: [PATCH] Make preview progress larger and easier to grab --- web/src/components/ui/slider-no-thumb.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/ui/slider-no-thumb.tsx b/web/src/components/ui/slider-no-thumb.tsx index 021e6b806..97f8eba38 100644 --- a/web/src/components/ui/slider-no-thumb.tsx +++ b/web/src/components/ui/slider-no-thumb.tsx @@ -15,10 +15,10 @@ const Slider = React.forwardRef< )} {...props} > - + - + )); Slider.displayName = SliderPrimitive.Root.displayName;