aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
Diffstat (limited to 'src/features')
-rw-r--r--src/features/planSelection/components/PlanSelection.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/planSelection/components/PlanSelection.js b/src/features/planSelection/components/PlanSelection.js
index 9407f6dd3..74f90868a 100644
--- a/src/features/planSelection/components/PlanSelection.js
+++ b/src/features/planSelection/components/PlanSelection.js
@@ -111,6 +111,7 @@ const styles = theme => ({
111 111
112 '& svg': { 112 '& svg': {
113 width: '80px !important', 113 width: '80px !important',
114 height: '80px !important',
114 filter: 'drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.3))', 115 filter: 'drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.3))',
115 fill: theme.styleTypes.danger.contrast, 116 fill: theme.styleTypes.danger.contrast,
116 }, 117 },