diff --git a/src/features/utils/components.js b/src/features/utils/components.js index 6228f7b..5a00155 100644 --- a/src/features/utils/components.js +++ b/src/features/utils/components.js @@ -162,6 +162,16 @@ function Knob({ } transition duration-75 ease-in select-none pointer-events-none absolute -mt-6 bg-gray-800 text-white truncate text-xs box-content rounded text-center w-8 py-0.5`}> {Math.round(value * maxValue)} + + +