aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-15 21:56:03 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-15 21:56:03 +0200
commit010211fe85fbd3d7ef9b221aa00c06e315ecb7d2 (patch)
tree3db02ebff2cca21051a35da03e0071e4b806540c /src
parentsimplify plan selection (diff)
downloadferdium-app-010211fe85fbd3d7ef9b221aa00c06e315ecb7d2.tar.gz
ferdium-app-010211fe85fbd3d7ef9b221aa00c06e315ecb7d2.tar.zst
ferdium-app-010211fe85fbd3d7ef9b221aa00c06e315ecb7d2.zip
icon polishing
Diffstat (limited to 'src')
-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 84d2d9e89..d26cc08a2 100644
--- a/src/features/planSelection/components/PlanSelection.js
+++ b/src/features/planSelection/components/PlanSelection.js
@@ -109,6 +109,7 @@ const styles = theme => ({
109 109
110 '& svg': { 110 '& svg': {
111 width: '80px !important', 111 width: '80px !important',
112 filter: 'drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.3))',
112 }, 113 },
113 }, 114 },
114 headline: { 115 headline: {