Reorders vorepanel belly fullscreen color/preview buttons (#6714)

This commit is contained in:
Verkister
2023-08-04 18:06:36 +03:00
committed by GitHub
parent e0e5ad583e
commit 48cf4a2afe
2 changed files with 27 additions and 27 deletions

View File

@@ -1316,6 +1316,7 @@ const VoreSelectedBellyVisuals = (props, context) => {
back_color="#FFFFFF" back_color="#FFFFFF"
name_of="Alpha" name_of="Alpha"
/> />
</Flex>
<LabeledList.Item label="Enable Coloration"> <LabeledList.Item label="Enable Coloration">
<Button <Button
onClick={() => onClick={() =>
@@ -1342,7 +1343,6 @@ const VoreSelectedBellyVisuals = (props, context) => {
content={'Clear'} content={'Clear'}
/> />
</LabeledList.Item> </LabeledList.Item>
</Flex>
</Section> </Section>
<Section> <Section>
<Section title="Vore FX"> <Section title="Vore FX">

File diff suppressed because one or more lines are too long