diff --git a/client/src/pages/Home.tsx b/client/src/pages/Home.tsx
index 7bb32ea..f7cc51e 100644
--- a/client/src/pages/Home.tsx
+++ b/client/src/pages/Home.tsx
@@ -45,6 +45,8 @@ import {
SquareArrowRightEnter,
SquareArrowRightExit,
FileMusic,
+ Minus,
+ Plus,
} from "lucide-react";
import { useLocation } from "wouter";
import { useRef, useState, useEffect, useCallback, useMemo } from "react";
@@ -790,7 +792,9 @@ export default function Home() {
applyVolume(next);
}}
>
- -
+
+
+
- +
+
+
+
@@ -843,19 +849,19 @@ export default function Home() {
onClick={() => updateSetting({ bt_next: 0 })}
className="w-10 h-10 rounded-full flex items-center justify-center transition-all active:scale-95"
style={{ background: "rgba(0,255,246,0.15)", border: "1px solid rgba(0,255,246,0.3)" }}>
-
+
diff --git a/client/src/pages/IOPage.tsx b/client/src/pages/IOPage.tsx
index 9d1e8aa..1ff5ae6 100644
--- a/client/src/pages/IOPage.tsx
+++ b/client/src/pages/IOPage.tsx
@@ -37,7 +37,7 @@ const INPUT_OPTION_DEFS: IOOptionDef[] = [
-
+
@@ -112,7 +112,7 @@ const INPUT_OPTION_DEFS: IOOptionDef[] = [
-
+