From 435cf90cb7da17ff482293cd2a6d404594417d09 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Fri, 13 Sep 2019 12:23:50 +0200 Subject: [PATCH] Highlight to non-orange --- packages/react-identicon/src/Identicon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-identicon/src/Identicon.tsx b/packages/react-identicon/src/Identicon.tsx index 8fd55893..65782296 100644 --- a/packages/react-identicon/src/Identicon.tsx +++ b/packages/react-identicon/src/Identicon.tsx @@ -54,7 +54,7 @@ const Wrapper = styled.div` } &.highlight:before { - box-shadow: 0 0 5px 2px darkorange; + box-shadow: 0 0 5px 2px #aaa; } } `;