File tree Expand file tree Collapse file tree 4 files changed +49
-49
lines changed
Expand file tree Collapse file tree 4 files changed +49
-49
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class _FilesListState extends State<FilesList> {
9494 const SizedBox (height: 20.0 ),
9595 Align (
9696 alignment: Alignment .centerLeft,
97- child: Text ('Recents' , style: Theme .of (context).textTheme.title )
97+ child: Text ('Recents' , style: Theme .of (context).textTheme.caption )
9898 ),
9999 Expanded (
100100 child: GridView .extent (
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class _GroupAddPageState extends State<GroupAddPage> {
323323 padding: const EdgeInsets .all (10.0 ),
324324 alignment: Alignment .centerLeft,
325325 child: Text ('1. ' + lang.groupChatAddr, textAlign: TextAlign .left,
326- style: Theme .of (context).textTheme.title ),
326+ style: Theme .of (context).textTheme.headline6 ),
327327 ),
328328 Container (
329329 padding: EdgeInsets .only (bottom: 10.0 ),
@@ -410,7 +410,7 @@ class _GroupAddPageState extends State<GroupAddPage> {
410410 padding: const EdgeInsets .all (10.0 ),
411411 alignment: Alignment .centerLeft,
412412 child: Text ('2. ' + lang.groupChatInfo, textAlign: TextAlign .left,
413- style: Theme .of (context).textTheme.title ),
413+ style: Theme .of (context).textTheme.headline6 ),
414414 ),
415415 Container (
416416 width: 100.0 ,
Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ class _MemberWidget extends StatelessWidget {
646646 Container (
647647 alignment: Alignment .centerRight,
648648 child: Text ("${lang .members } (${allKeys .length + 1 })" ,
649- style: Theme .of (context).textTheme.title ),
649+ style: Theme .of (context).textTheme.headline6 ),
650650 ),
651651 const SizedBox (height: 10.0 ),
652652 const Divider (height: 1.0 , color: Color (0x40ADB0BB )),
You can’t perform that action at this time.
0 commit comments