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