Skip to content

Commit c7599e0

Browse files
authored
Merge pull request #69 from Basiiii/pta-v0.9.7
Fix Wrong Color #68
2 parents ac8dae6 + e823b82 commit c7599e0

File tree

8 files changed

+97
-154
lines changed

8 files changed

+97
-154
lines changed

app/installers/Output/pta_0.9.5.exe

-20.1 MB
Binary file not shown.

app/installers/desktop_inno_script.iss

Lines changed: 0 additions & 57 deletions
This file was deleted.

app/lib/constants/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// App details
2-
const String version = '0.9.6';
2+
const String version = '0.9.7';
33

44
/// Starting screen sizes
55
const double startingWidth = 1700; // Initial width of the app at launch

app/lib/screens/home/home_widgets.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ Widget buildCompactPhaseCard(
616616
: responsiveCardWidth,
617617
height: index == 1 && screenWidth < minimumResponsiveWidth ? 110 : 160,
618618
decoration: BoxDecoration(
619-
color: Theme.of(context).colorScheme.surface,
619+
color: Theme.of(context).colorScheme.surfaceBright,
620620
borderRadius: BorderRadius.circular(10),
621621
),
622622
child: Column(

0 commit comments

Comments
 (0)