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