fix: removed background color from sections in alert ui (#1413)

This commit is contained in:
Amol Umbark 2022-07-16 12:08:17 +05:30 committed by GitHub
parent 73e699080d
commit d92aad38df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,14 +74,12 @@ export const InputSmall = styled(Input)`
width: 40% !important;
`;
export const FormContainer = styled.div`
export const FormContainer = styled(Card)`
padding: 2em;
margin-top: 1rem;
display: flex;
flex-direction: column;
background: #141414;
border-radius: 4px;
border: 1px solid #303030;
`;
export const ThresholdInput = styled(InputNumber)`