feat: dark-mode (response status and support modal)

This commit is contained in:
Anoop M D
2022-10-23 05:32:47 +05:30
parent 04a0a37ca4
commit 2ba6e4823d
14 changed files with 48 additions and 22 deletions

View File

@@ -40,6 +40,10 @@ const Wrapper = styled.div`
&:hover {
background-color: ${(props) => props.theme.dropdown.hoverBg};
}
&.border-top {
border-top: solid 1px ${(props) => props.theme.dropdown.seperator};
}
}
}
}