mirror of
https://github.com/hexastack/hexabot
synced 2024-12-02 00:54:56 +00:00
update: Skeleton height
This commit is contained in:
parent
2c2cbb94b1
commit
e9633b4614
@ -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} />
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user