summaryrefslogtreecommitdiff
path: root/client/src/lib/components/close.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-03 22:25:54 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-03 22:25:54 +0100
commite2242376c29ed01d5b45ec5ee7423b95adebbe8d (patch)
treed20dc228e9de8f917b11c0dce6133c470a9adae7 /client/src/lib/components/close.js
parent107feaf0a38bb6607c4531af24a8fbbf41b7b412 (diff)
smaller close button
Diffstat (limited to 'client/src/lib/components/close.js')
-rw-r--r--client/src/lib/components/close.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/lib/components/close.js b/client/src/lib/components/close.js
index b1a572c..ce3a2fb 100644
--- a/client/src/lib/components/close.js
+++ b/client/src/lib/components/close.js
@@ -27,13 +27,13 @@ const styles = StyleSheet.create({
position: 'fixed',
top: 10,
right: 10,
- width: 110,
- height: 110,
+ width: 60,
+ height: 60,
padding: 5,
backgroundColor: 'black'
},
closeImage: {
- width: 100,
- height: 100,
+ width: 50,
+ height: 50,
},
})