diff --git a/src/app/globals.css b/src/app/globals.css index 359d3cf..dc01217 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -119,12 +119,9 @@ input[type="range"]::-moz-range-track { } /* Thumb */ -input[type="range"]::-webkit-slider-thumb { - @apply appearance-none size-4 bg-orange-300 border-2 border-orange-400 rounded-full shadow-md transition -mt-1.5; -} - +input[type="range"]::-webkit-slider-thumb, input[type="range"]::-moz-range-thumb { - @apply size-3.5 bg-orange-300 border-2 border-orange-400 rounded-full shadow-md transition; + @apply appearance-none size-4.5 bg-orange-400 border-2 border-orange-600 rounded-full shadow-md transition; } /* Hover */ diff --git a/src/components/mii/instructions.tsx b/src/components/mii/instructions.tsx index a1b9bda..7a7b18b 100644 --- a/src/components/mii/instructions.tsx +++ b/src/components/mii/instructions.tsx @@ -5,7 +5,6 @@ import VoiceViewer from "./voice-viewer"; import PersonalityViewer from "./personality-viewer"; import { SwitchMiiInstructions } from "@/types"; -import { Icon } from "@iconify/react"; import { COLORS } from "@/lib/switch"; interface Props { @@ -198,31 +197,35 @@ export default function MiiInstructions({ instructions }: Props) {