aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/planSelection/components/PlanSelection.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/planSelection/components/PlanSelection.js')
-rw-r--r--src/features/planSelection/components/PlanSelection.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/features/planSelection/components/PlanSelection.js b/src/features/planSelection/components/PlanSelection.js
index cf4474114..9407f6dd3 100644
--- a/src/features/planSelection/components/PlanSelection.js
+++ b/src/features/planSelection/components/PlanSelection.js
@@ -16,7 +16,7 @@ import Appear from '../../../components/ui/effects/Appear';
16const messages = defineMessages({ 16const messages = defineMessages({
17 welcome: { 17 welcome: {
18 id: 'feature.planSelection.fullscreen.welcome', 18 id: 'feature.planSelection.fullscreen.welcome',
19 defaultMessage: '!!!Welcome back, {name}', 19 defaultMessage: '!!!Are you ready to choose, {name}',
20 }, 20 },
21 subheadline: { 21 subheadline: {
22 id: 'feature.planSelection.fullscreen.subheadline', 22 id: 'feature.planSelection.fullscreen.subheadline',
@@ -83,6 +83,7 @@ const styles = theme => ({
83 83
84 '& h1, & h2': { 84 '& h1, & h2': {
85 textAlign: 'center', 85 textAlign: 'center',
86 color: theme.styleTypes.primary.contrast,
86 }, 87 },
87 }, 88 },
88 plans: { 89 plans: {
@@ -111,6 +112,7 @@ const styles = theme => ({
111 '& svg': { 112 '& svg': {
112 width: '80px !important', 113 width: '80px !important',
113 filter: 'drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.3))', 114 filter: 'drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.3))',
115 fill: theme.styleTypes.danger.contrast,
114 }, 116 },
115 }, 117 },
116 headline: { 118 headline: {