Adjust Theme Selector Dropdown

This commit is contained in:
Neshura 2022-12-18 00:25:43 +01:00
parent 5ee7c8ef2e
commit d484ffc0db
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

@ -28,7 +28,7 @@ export const ThemeDropDownButton = styled.button<DisplayPropType>`
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};