fix: fixed dark mode styling issue in assertions op selector

This commit is contained in:
Anoop M D 2023-03-29 12:49:17 +05:30
parent d346970241
commit 9014dc5769

View File

@ -27,6 +27,10 @@ const Wrapper = styled.div`
&:nth-child(4) {
width: 70px;
}
select {
background-color: transparent;
}
}
}