From c973f891c5469cfaa22d999305544fdb2184a3cb Mon Sep 17 00:00:00 2001 From: Brittany Feenstra Date: Mon, 13 Apr 2020 10:56:11 -0700 Subject: [PATCH] sort dropdown and transparent dropdown for that matter, should have gray arrow not blue --- assets/src/dashboard/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/src/dashboard/theme.js b/assets/src/dashboard/theme.js index e6242d60d4c9..1d8c9c7dfdef 100644 --- a/assets/src/dashboard/theme.js +++ b/assets/src/dashboard/theme.js @@ -91,7 +91,7 @@ const theme = { activeBackground: 'transparent', borderRadius: 0, border: 'none', - arrowColor: colors.bluePrimary, + arrowColor: colors.gray300, height: '40px', }, },