update: Skeleton height

This commit is contained in:
yassinedorbozgithub 2024-11-27 14:39:35 +01:00
parent 2c2cbb94b1
commit e9633b4614

View File

@ -193,7 +193,7 @@ export const PostbackInputV2 = ({ value, onChange }: PostbackInputProps) => {
if (!existOption) {
return (
<Skeleton animation="wave" variant="rounded" width="100%" height={56} />
<Skeleton animation="wave" variant="rounded" width="100%" height={40} />
);
}