mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 04:39:01 +08:00
fix: removed background color from sections in alert ui (#1413)
This commit is contained in:
parent
73e699080d
commit
d92aad38df
@ -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)`
|
||||
|
Loading…
x
Reference in New Issue
Block a user