Skip to content

Commit

Permalink
Make links the same color as surrounding text
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuntu committed Dec 10, 2024
1 parent 3ce3d48 commit adb6945
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ class SubscriptionStatus extends StatelessWidget {
),
),
).copyWith(
a: const TextStyle(
a: TextStyle(
decoration: TextDecoration.underline,
color: theme.colorScheme.onSurface,
),
);

Expand Down

0 comments on commit adb6945

Please sign in to comment.