better precision

This commit is contained in:
2025-05-05 05:27:35 -03:00
parent 2a6d0179f0
commit ffd9775445
5 changed files with 470 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
import React, { useEffect, useState } from 'react';
import { useEffect, useState } from 'react';
import { useNavigate } from 'react-router-dom';
import { Button } from '../../components/common/Button';
import { PoseRenderer } from '../../components/game/PoseRenderer';
import usePoseDetection from '../../hooks/usePoseDetection';
import useInputDetection from '../../hooks/useInputDetection';

View File

@@ -91,6 +91,7 @@
&__slider {
-webkit-appearance: none;
appearance: none;
height: 8px;
background: rgba($background-dark, 0.6);
border-radius: 4px;
@@ -135,7 +136,7 @@
flex: 1;
&:hover {
background-color: lighten($background-light, 5%);
background-color: color.adjust($background-light, $lightness: 5%);
}
&--active {