mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 06:34:15 +00:00
fix: #10
Fixes/adds: - ability to edit instructions - center indicator on range inputs - birthdays
This commit is contained in:
parent
540480b665
commit
1e1c38ffc0
19 changed files with 344 additions and 153 deletions
|
|
@ -8,8 +8,8 @@ interface Props {
|
|||
}
|
||||
|
||||
export default function GlassesTab({ instructions }: Props) {
|
||||
const [ringColor, setRingColor] = useState(133);
|
||||
const [shadesColor, setShadesColor] = useState(133);
|
||||
const [ringColor, setRingColor] = useState(instructions.current.glasses.ringColor ?? 133);
|
||||
const [shadesColor, setShadesColor] = useState(instructions.current.glasses.shadesColor ?? 133);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue