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),
|
const SizedBox(height: 15),
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.end,
|
||||||
children: [
|
children: [
|
||||||
IconButton.filled(
|
IconButton.filled(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue