style : update form create discussion
This commit is contained in:
@@ -18,13 +18,8 @@ export default function FormCreateDiscussion() {
|
|||||||
return (
|
return (
|
||||||
<Box>
|
<Box>
|
||||||
<Box p={20}>
|
<Box p={20}>
|
||||||
<Grid gutter={2}>
|
<Group>
|
||||||
<Grid.Col span={"auto"}>
|
|
||||||
<Center>
|
|
||||||
<Avatar src={'https://i.pravatar.cc/1000?img=32'} alt="it's me" size="lg" />
|
<Avatar src={'https://i.pravatar.cc/1000?img=32'} alt="it's me" size="lg" />
|
||||||
</Center>
|
|
||||||
</Grid.Col>
|
|
||||||
<Grid.Col span={10}>
|
|
||||||
<Box>
|
<Box>
|
||||||
<Textarea
|
<Textarea
|
||||||
placeholder="Tuliskan apa yang ingin anda diskusikan"
|
placeholder="Tuliskan apa yang ingin anda diskusikan"
|
||||||
@@ -37,8 +32,7 @@ export default function FormCreateDiscussion() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
</Grid.Col>
|
</Group>
|
||||||
</Grid>
|
|
||||||
<Box mt="xl">
|
<Box mt="xl">
|
||||||
<Button
|
<Button
|
||||||
color="white"
|
color="white"
|
||||||
|
|||||||
Reference in New Issue
Block a user