💄 Optimize compose card
This commit is contained in:
@@ -409,6 +409,7 @@ class PostComposeCard extends HookConsumerWidget {
|
|||||||
|
|
||||||
return Card(
|
return Card(
|
||||||
margin: EdgeInsets.zero,
|
margin: EdgeInsets.zero,
|
||||||
|
color: Theme.of(context).colorScheme.surfaceContainer,
|
||||||
child: Container(
|
child: Container(
|
||||||
constraints: const BoxConstraints(maxHeight: 400),
|
constraints: const BoxConstraints(maxHeight: 400),
|
||||||
child: Column(
|
child: Column(
|
||||||
|
Reference in New Issue
Block a user