style : update style

This commit is contained in:
lukman
2024-09-25 17:29:31 +08:00
parent fa3c715974
commit 7f072786ba
5 changed files with 117 additions and 75 deletions

View File

@@ -70,7 +70,7 @@ export default function FormCreateDiscussion({ id }: { id: string }) {
return (
<Box >
<Box p={20} >
<Grid gutter={0} pt={10}>
<Grid pt={10}>
<Grid.Col span={2}>
<Avatar src={img} alt="it's me" size="lg" />
</Grid.Col>
@@ -82,7 +82,7 @@ export default function FormCreateDiscussion({ id }: { id: string }) {
input: {
border: 'none',
backgroundColor: 'transparent',
height: "70vh"
height: "50vh"
}
}}
value={isData.desc}

View File

@@ -107,7 +107,7 @@ export default function FormEditDiscussion() {
input: {
border: 'none',
backgroundColor: 'transparent',
height: "70vh"
height: "50vh"
}
}}
value={isDataOne}