Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddique committed Jan 22, 2024
1 parent 5602cc8 commit 9aad502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screens/project_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ class _ProjectInfoState extends State<ProjectInfo> {
),
TextButton(
style: TextButton.styleFrom(
primary: Color(0xFFFF9C01),
onSurface: Colors.white,
foregroundColor: Color(0xFFFF9C01), disabledForegroundColor: Colors.white.withOpacity(0.38),
),
child: Container(
width: vpW * 0.32,
Expand Down Expand Up @@ -391,6 +390,7 @@ class _ProjectInfoState extends State<ProjectInfo> {
),
GestureDetector(
onTap: () {
// ignore: deprecated_member_use
launch(currProject.link);
},
child: Padding(
Expand Down

0 comments on commit 9aad502

Please sign in to comment.