Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreya-Bhatia committed Jul 26, 2024
1 parent 8406456 commit 658e8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/new_ui/screens/railway_screen/railway_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ class _RailwayConcessionScreenState
color: Colors.red[50], // Light red background
border: Border.all(
color: Colors.red, // Red border
width: 2.0,
width: 1.0,
),
borderRadius: BorderRadius.circular(8.0), // Rounded corners
),
Expand Down Expand Up @@ -771,7 +771,7 @@ class _RailwayConcessionScreenState
),
] else if(concessionDetails!.status == 'rejected')...[
Text("Rejected Pass",
style: TextStyle(fontSize: 20, color: Colors.red[200], fontWeight: FontWeight.bold),
style: TextStyle(fontSize: 20, color: Colors.white, fontWeight: FontWeight.bold),
),
] else...[
Text("Ongoing Pass",
Expand Down

0 comments on commit 658e8e6

Please sign in to comment.