Browse Source

aligned file caption text to center

ashilkn 2 năm trước cách đây
mục cha
commit
8c8d18e6b9

+ 1 - 0
lib/ui/viewer/file/fading_bottom_bar.dart

@@ -207,6 +207,7 @@ class FadingBottomBarState extends State<FadingBottomBar> {
                             style: getEnteTextTheme(context)
                             style: getEnteTextTheme(context)
                                 .small
                                 .small
                                 .copyWith(color: textBaseDark),
                                 .copyWith(color: textBaseDark),
+                            textAlign: TextAlign.center,
                           ),
                           ),
                         )
                         )
                       : const SizedBox.shrink(),
                       : const SizedBox.shrink(),