aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-17 16:57:21 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-17 16:57:21 +0200
commitd33fd710cce0a40469de513df7fe79cdef306730 (patch)
tree25e8f759e546a58df394d8a6c496a2aef6ac83f0 /src/features
parentAdd debugging logs (diff)
downloadferdium-app-d33fd710cce0a40469de513df7fe79cdef306730.tar.gz
ferdium-app-d33fd710cce0a40469de513df7fe79cdef306730.tar.zst
ferdium-app-d33fd710cce0a40469de513df7fe79cdef306730.zip
fix icon size
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 },