update call menu style

This commit is contained in:
Ajay Bura
2026-05-13 10:01:11 +05:30
parent 697d0a4e2f
commit 587e25db13
+5 -6
View File
@@ -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"