update call menu style
This commit is contained in:
@@ -273,22 +273,21 @@ const CallMenu = forwardRef<HTMLDivElement, CallMenuProps>(
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Menu ref={ref} style={{ padding: config.space.S200 }}>
|
<Menu ref={ref} style={{ padding: config.space.S200, minWidth: toRem(150) }}>
|
||||||
<Box direction="Column" gap="200">
|
<Box direction="Column" gap="200">
|
||||||
<Box direction="Column">
|
<Text size="L400">Start Call</Text>
|
||||||
<Text size="L400">Start Call</Text>
|
<Box direction="Column" gap="200">
|
||||||
</Box>
|
|
||||||
<Box alignItems="Center" gap="200">
|
|
||||||
<Button
|
<Button
|
||||||
size="300"
|
size="300"
|
||||||
variant="Success"
|
variant="Success"
|
||||||
|
fill="Soft"
|
||||||
|
outlined
|
||||||
radii="300"
|
radii="300"
|
||||||
before={<Icon size="100" src={Icons.Phone} filled />}
|
before={<Icon size="100" src={Icons.Phone} filled />}
|
||||||
onClick={handleVoice}
|
onClick={handleVoice}
|
||||||
>
|
>
|
||||||
<Text size="B300">Voice</Text>
|
<Text size="B300">Voice</Text>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
size="300"
|
size="300"
|
||||||
variant="Success"
|
variant="Success"
|
||||||
|
|||||||
Reference in New Issue
Block a user