chore: update subscription snackbar link color (#2178)
This commit is contained in:
parent
e3012f479f
commit
84fde3026a
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ void showSubscribedSnackbar(BuildContext context) {
|
|||
const TextSpan(text: " "),
|
||||
TextSpan(
|
||||
text: L10n.of(context).clickToManageSubscription,
|
||||
style: TextStyle(color: Theme.of(context).colorScheme.primary),
|
||||
style: TextStyle(color: Theme.of(context).colorScheme.inversePrimary),
|
||||
recognizer: TapGestureRecognizer()
|
||||
..onTap = () => context.go('/rooms/settings/subscription'),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue