From e2242376c29ed01d5b45ec5ee7423b95adebbe8d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 3 Dec 2017 22:25:54 +0100 Subject: smaller close button --- client/src/lib/components/close.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src') 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, }, }) -- cgit v1.2.3-70-g09d2