mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-03 13:06:41 +00:00

Co-authored-by: Dexter Lee <dexter@acryl.io> Co-authored-by: Harshal Sheth <hsheth2@gmail.com> Co-authored-by: Ravindra Lanka <rlanka@acryl.io> Co-authored-by: Shirshanka Das <shirshanka@apache.org>
9 lines
187 B
TypeScript
9 lines
187 B
TypeScript
import styled from 'styled-components';
|
|
|
|
export const ChartContainer = styled.div`
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
`;
|