fix: small changes
This commit is contained in:
parent
07c7c98edb
commit
b4375fbaa2
2 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class SellChoicePopup extends StatelessWidget {
|
|||
child: ListTile(
|
||||
leading: Text(
|
||||
"${book.instance.price.toString()}€",
|
||||
style: TextStyle(fontSize: 30),
|
||||
style: TextStyle(fontSize: 15),
|
||||
),
|
||||
title: Text(
|
||||
"${book.book.title} · ${book.book.author}",
|
||||
|
|
|
|||
Reference in a new issue