From f668b77523fa3560571460f33e17d0968379bbb6 Mon Sep 17 00:00:00 2001 From: Kyle Suss Date: Tue, 5 Jan 2021 09:13:33 -0700 Subject: [PATCH] Update tertiary Select variant to match new designs --- src/components/Select.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Select.js b/src/components/Select.js index 7d872935..9ffadace 100644 --- a/src/components/Select.js +++ b/src/components/Select.js @@ -157,9 +157,8 @@ const SelectWrapper = styled.span` height: auto; ${Selector} { - color: ${color.dark}; + color: ${color.darkest}; background-color: transparent; - font-weight: ${typography.weight.bold}; padding: 0 1.5em 0 0; text-decoration: none;