From 6f53e621d6a56af97a595788c9896d3b50724bdc Mon Sep 17 00:00:00 2001 From: Aoife Date: Sun, 4 Apr 2021 02:29:13 -0400 Subject: [PATCH] Make the tooltip fancier --- src/features/utils/components.js | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)} + + +