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})}