fix font fize picker
This commit is contained in:
parent
4976911b25
commit
c1ce448eff
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ class _AiChatState extends State<AiChat> {
|
|||
const SizedBox(height: 15),
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
crossAxisAlignment: CrossAxisAlignment.end,
|
||||
children: [
|
||||
IconButton.filled(
|
||||
onPressed: () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue