fix: fixed dark mode issues

This commit is contained in:
Anoop M D
2023-01-29 20:44:34 +05:30
parent 11c60273b4
commit 7839e93a57
5 changed files with 16 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ const Wrapper = styled.div`
border: solid 1px transparent;
outline: none !important;
color: ${(props) => props.theme.table.input.color};
background: transparent;
&:focus {
outline: none !important;