aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Modal/styles.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-02-25 16:34:18 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-02-25 16:34:18 +0100
commit2d4ee04e874e4420aa940c148c77c977188b9500 (patch)
treea2435b5718f67a6588e5bbb5fd8e82c10fb5c9b4 /src/components/ui/Modal/styles.js
parentremove code (diff)
downloadferdium-app-2d4ee04e874e4420aa940c148c77c977188b9500.tar.gz
ferdium-app-2d4ee04e874e4420aa940c148c77c977188b9500.tar.zst
ferdium-app-2d4ee04e874e4420aa940c148c77c977188b9500.zip
Add dialog to share franz on social media
Diffstat (limited to 'src/components/ui/Modal/styles.js')
-rw-r--r--src/components/ui/Modal/styles.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/Modal/styles.js b/src/components/ui/Modal/styles.js
index 56fecbf55..49b970c97 100644
--- a/src/components/ui/Modal/styles.js
+++ b/src/components/ui/Modal/styles.js
@@ -28,5 +28,6 @@ export default theme => ({
28 position: 'absolute', 28 position: 'absolute',
29 top: 0, 29 top: 0,
30 right: 0, 30 right: 0,
31 padding: 20,
31 }, 32 },
32}); 33});