From 05bfc8c3d16562751c01573b5ed894e24be124d4 Mon Sep 17 00:00:00 2001 From: Vikeo Date: Thu, 23 May 2024 13:03:28 +0200 Subject: [PATCH] try fix --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index ae939b9..efc8b3c 100644 --- a/src/index.css +++ b/src/index.css @@ -163,7 +163,7 @@ code { input[type='range'] { -webkit-appearance: none; - transition: background 450ms ease-in; + transition: background 0ms ease-in; margin: 10px 0; width: 100%; background: theme('colors.secondary.main');