change alignment and size of file extension text for unknown types

This commit is contained in:
ashilkn 2024-02-27 15:18:07 +05:30
parent 42c96b729f
commit dc5b9891a4

View file

@ -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,