1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: pie size

This commit is contained in:
Fredrik Oseberg 2021-10-22 10:45:43 +02:00
parent 1bb9865e72
commit 6a8cc1adf5

View File

@ -48,8 +48,8 @@ const FeatureEnvironmentMetrics = ({
};
} else {
primaryStyles = {
width: '120px',
height: '120px',
width: '90px',
height: '90px',
};
}
}