From d484ffc0dbfe09c2f6c17c7676369471b4c5ccbc Mon Sep 17 00:00:00 2001 From: Neshura Date: Sun, 18 Dec 2022 00:25:43 +0100 Subject: [PATCH] Adjust Theme Selector Dropdown --- components/styles/themedropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/styles/themedropdown.tsx b/components/styles/themedropdown.tsx index 45c7cc7..6c2e6ea 100644 --- a/components/styles/themedropdown.tsx +++ b/components/styles/themedropdown.tsx @@ -28,7 +28,7 @@ export const ThemeDropDownButton = styled.button` transition-property: color, border-bottom-left-radius, border-bottom-right-radius; transition-timing-function: ease; transition-duration: 0.15s; - transition-delay: 0, ${ props => props.show ? "0s" : "0.6s" }; + transition-delay: 0s, ${ props => props.show ? "0s, 0s" : "0.6s, 0.6s" }; &:focus,:hover { color: ${({ theme }) => theme.colors.secondary};