update css
This commit is contained in:
parent
4563fdab03
commit
93f8ef7cce
@ -126,7 +126,7 @@ Styled.StatusDot = styled.div<{ exchangeStatus: ExchangeStatus }>`
|
||||
|
||||
background-color: ${({ exchangeStatus }) =>
|
||||
({
|
||||
[ExchangeStatus.Degraded]: css`var(--color-error)`,
|
||||
[ExchangeStatus.Degraded]: css`var(--color-warning)`,
|
||||
[ExchangeStatus.Operational]: css`var(--color-success)`,
|
||||
}[exchangeStatus])};
|
||||
`;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user