From 3f637fd56a14557b51944fc112f37c41f0f47da1 Mon Sep 17 00:00:00 2001 From: samepant Date: Sun, 30 Jan 2022 09:06:08 -0500 Subject: [PATCH] adds chain info to url for easier linking --- components/inputs/Select.js | 7 +++++++ context/AppContext.js | 38 ++++++++++++++++++++++++++++++++++++- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/components/inputs/Select.js b/components/inputs/Select.js index 591172a..def7d19 100644 --- a/components/inputs/Select.js +++ b/components/inputs/Select.js @@ -43,6 +43,13 @@ const StyledSelect = (props) => { ...provided, color: "rgba(255,255,255, 0.6)", }), + dropdownIndicator: (provided) => ({ + ...provided, + color: "rgba(255, 255, 255, 0.6)", + "&:hover": { + color: "rgba(255, 255, 255, 1)", + }, + }), }; return