We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7847c commit aabf685Copy full SHA for aabf685
lib/widgets/profilefunctions/selectprofile.dart
@@ -47,7 +47,7 @@ class SelectProfile extends StatelessWidget {
47
),
48
Text(currentProfile,
49
style: GoogleFonts.poppins(
50
- fontSize: 14,
+ fontSize: 12,
51
color: AppSettings.isDarkMode ? Colors.grey : Colors.grey[600],
52
))
53
],
0 commit comments