mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
feat: use data from demo
This commit is contained in:
parent
22911804c0
commit
74139dd54e
28 changed files with 364 additions and 377 deletions
|
|
@ -24,7 +24,8 @@ export default function GlassesTab({ instructions }: Props) {
|
|||
<div className="flex justify-center h-74 mt-auto">
|
||||
<TypeSelector
|
||||
hasNoneOption
|
||||
length={50}
|
||||
isGlassesTab
|
||||
length={58}
|
||||
type={type}
|
||||
setType={(i) => {
|
||||
setType(i);
|
||||
|
|
@ -44,6 +45,7 @@ export default function GlassesTab({ instructions }: Props) {
|
|||
/>
|
||||
<ColorPicker
|
||||
color={shadesColor}
|
||||
disabled={type < 44}
|
||||
setColor={(i) => {
|
||||
setShadesColor(i);
|
||||
instructions.current.glasses.shadesColor = i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue