Skip to content

Commit

Permalink
Merge pull request #183 from SayedZeeshanHyder/main
Browse files Browse the repository at this point in the history
Added Minor Change in the Guidelines Screen
SayedZeeshanHyder authored Jul 8, 2024
2 parents 96ca42b + 2efc8b5 commit a9d88a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_ui/screens/guidelines_screen/guidelinesscreen.dart
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ class _GuideLinesScreenState extends State<GuideLinesScreen> {
padding: const EdgeInsets.symmetric(
horizontal: 30, vertical: 10),
child: Text(
"- This would be a point from the Guidelines therefore Tryign to make it long so that it could be checked for overflow",
"- ${guideline["text"]}",
style: TextStyle(color: Colors.white),
),
);

0 comments on commit a9d88a7

Please sign in to comment.