Commit 52b25e6a authored by tom's avatar tom

update screenshots

parent bd7efd2b
......@@ -28,7 +28,7 @@ const PublicTagsSubmitFieldTagColor = <Type extends ColorFieldTypes>({ isDisable
textColor: useColorModeValue('blackAlpha.800', 'whiteAlpha.800'),
};
const isMobile = useIsMobile();
const field = register(fieldName, { validate: colorValidator, maxLength: 6 });
const field = register(fieldName, { validate: colorValidator, maxLength: 7 });
const [ value, setValue ] = React.useState('');
const handleChange = React.useCallback((event: React.ChangeEvent<HTMLInputElement>) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment