From 0ad9935927eb11b799a19af2de30d73a41b067ab Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Wed, 14 Oct 2020 07:43:46 +0200 Subject: [PATCH] Fix the color of gang selection button: --- client/src/App.css | 6 +++++- client/src/App.js | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/client/src/App.css b/client/src/App.css index f350d84..addf7bd 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -60,6 +60,10 @@ margin-left: 2em; } +.gang-select-button { + background-color: #ee6e73; +} + .overflow { width: 120px; overflow: hidden; @@ -73,4 +77,4 @@ .no-overflow { white-space: nowrap; -} \ No newline at end of file +} diff --git a/client/src/App.js b/client/src/App.js index fd60d65..575be69 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -110,9 +110,9 @@ const App = (props) => { coverTrigger: false, hover: false, inDuration: 150, - outDuration: 250 + outDuration: 250, }} - trigger={} + trigger={} > {gangs.map(gang => setSelectedGang(gang)}>{gang.name})}