Style settings customization and opacity selector

This commit is contained in:
ajnart
2023-01-05 22:44:43 +09:00
parent bc52acab65
commit 6834533b65
2 changed files with 7 additions and 17 deletions

View File

@@ -32,7 +32,7 @@ export function OpacitySelector({ defaultValue }: OpacitySelectorProps) {
};
return (
<Stack spacing="xs">
<Stack spacing="xs" mb="md">
<Text>{t('label')}</Text>
<Slider
defaultValue={opacity}