Adjust Theme Selector Dropdown
This commit is contained in:
parent
5ee7c8ef2e
commit
d484ffc0db
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue