Hotfix playground chart

Value: [0.001 to 0.01]
This commit is contained in:
Sam Nolan 2022-05-02 18:54:41 +00:00
parent 0c49fe4049
commit 71fc314930

View File

@ -74,7 +74,7 @@ const Display = styled.div<TitleProps>`
const Row = styled.div`
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: 50% 50%;
`;
const Col = styled.div``;