Skip to content

Commit aabf685

Browse files
committed
minor fix
1 parent 9a7847c commit aabf685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/profilefunctions/selectprofile.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class SelectProfile extends StatelessWidget {
4747
),
4848
Text(currentProfile,
4949
style: GoogleFonts.poppins(
50-
fontSize: 14,
50+
fontSize: 12,
5151
color: AppSettings.isDarkMode ? Colors.grey : Colors.grey[600],
5252
))
5353
],

0 commit comments

Comments
 (0)