change alignment and size of file extension text for unknown types
This commit is contained in:
parent
42c96b729f
commit
dc5b9891a4
1 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ class FileTypeRecommendation extends StatelessWidget {
|
|||
"assets/type_unknown.png",
|
||||
),
|
||||
Positioned(
|
||||
bottom: 12,
|
||||
bottom: 15,
|
||||
child: ConstrainedBox(
|
||||
constraints: const BoxConstraints(maxWidth: 48),
|
||||
child: FittedBox(
|
||||
|
@ -185,7 +185,7 @@ class FileTypeRecommendation extends StatelessWidget {
|
|||
child: Text(
|
||||
fileType,
|
||||
style: const TextStyle(
|
||||
fontSize: 17.43,
|
||||
fontSize: 14,
|
||||
fontFamily: "Inter",
|
||||
),
|
||||
textAlign: TextAlign.center,
|
||||
|
|
Loading…
Add table
Reference in a new issue