diff options
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/renderer/components/NotificationSubtitle.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/NotificationSubtitle.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/NotificationSubtitle.tsx index 049742549d..a88bf6fa98 100644 --- a/desktop/packages/mullvad-vpn/src/renderer/components/NotificationSubtitle.tsx +++ b/desktop/packages/mullvad-vpn/src/renderer/components/NotificationSubtitle.tsx @@ -38,7 +38,7 @@ const formatSubtitle = (subtitle: InAppNotificationSubtitle) => { ); case 'run-function': return ( - <StyledLink color="whiteAlpha60" forwardedAs="button" {...subtitle.action.button}> + <StyledLink color="white" forwardedAs="button" {...subtitle.action.button}> {content} </StyledLink> ); |
