mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 18:56:00 +00:00
prettier
This commit is contained in:
@@ -26,7 +26,7 @@ const LoadingInfoWrapper = styled.div`
|
||||
justify-content: space-around;
|
||||
`;
|
||||
const LoadingInfoBox = styled.div`
|
||||
background-color: ${(props) => props.theme.main_background2};
|
||||
background-color: ${props => props.theme.main_background2};
|
||||
padding: 10px;
|
||||
border: 1px solid gray;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user