Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
exelnait committed Apr 17, 2024
1 parent a6340a1 commit ba7e3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/primary_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class PrimaryButton extends StatelessWidget {
Text(
content,
style: AppTheme.of(context).typography.labelMedium14.copyWith(
color: AppTheme.of(context).surface.light,
color: AppTheme.of(context).surface.brand,
),
),
SizedBox(
Expand Down

0 comments on commit ba7e3a0

Please sign in to comment.