diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-03 21:54:13 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-03 21:54:13 +0100 |
| commit | 9d14986d150515cf1b63b57d7bd4277388049201 (patch) | |
| tree | 5ffb9742c1b8a705bf49124f446510f6416c355d /client/src/lib/components/close.js | |
| parent | 463f04f38459250609291e8cf6554cc1dc066029 (diff) | |
increase size of cclose x
Diffstat (limited to 'client/src/lib/components/close.js')
| -rw-r--r-- | client/src/lib/components/close.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/lib/components/close.js b/client/src/lib/components/close.js index 14fb308..b1a572c 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: 40, - height: 40, + width: 110, + height: 110, padding: 5, backgroundColor: 'black' }, closeImage: { - width: 30, - height: 30, + width: 100, + height: 100, }, }) |
