Actualiser src/features/editor/Timbre.jsx
Deploy to home / deploy (push) Successful in 11s

This commit is contained in:
cvancau
2026-08-09 18:23:18 +02:00
parent e95b4effe4
commit 1f9f221713
+1 -1
View File
@@ -13,7 +13,7 @@ import { selectById } from './timbreSlice.jsx';
export default function Timbre(props) {
const ids = useSelector((state) => selectById(state, props.id));
return (
<div className="flex flex-wrap justify-between py-6 px-4">
<div className="flex flex-wrap gap-1 p-1 text-xs">
<VCO
name="VCO 1"
className="flex-grow w-80"