From 25cfc6610cc61970c391d530083ecbe1461c177c Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Wed, 14 Oct 2020 18:13:43 +0200 Subject: [PATCH] Fix add buttons --- client/src/App.css | 7 +++++++ client/src/cash/Cash.js | 10 +++++----- client/src/homies/Homies.js | 8 ++++---- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/client/src/App.css b/client/src/App.css index addf7bd..dca9486 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -78,3 +78,10 @@ .no-overflow { white-space: nowrap; } + +.bigger-button-text { + font-size: 20px; + margin: 0.5em; +} + + diff --git a/client/src/cash/Cash.js b/client/src/cash/Cash.js index c14bd80..c6cf26e 100644 --- a/client/src/cash/Cash.js +++ b/client/src/cash/Cash.js @@ -36,14 +36,14 @@ const Cash = (props) => { - - diff --git a/client/src/homies/Homies.js b/client/src/homies/Homies.js index 58cd2cb..d8b031c 100644 --- a/client/src/homies/Homies.js +++ b/client/src/homies/Homies.js @@ -55,14 +55,14 @@ const Homies = (props) => { @@ -88,4 +88,4 @@ const Homies = (props) => { ) } -export default withRouter(Homies); \ No newline at end of file +export default withRouter(Homies);