diff --git a/src/app/components/PieChartComponent.tsx b/src/app/components/PieChartComponent.tsx index 6e60708..028c5f1 100644 --- a/src/app/components/PieChartComponent.tsx +++ b/src/app/components/PieChartComponent.tsx @@ -44,7 +44,7 @@ export const PieChartComponent = ({ data, show }: { -
+
{data.map((entry, index) => (
diff --git a/src/app/styles/pages-styles.scss b/src/app/styles/pages-styles.scss index 81409fc..cfafa05 100644 --- a/src/app/styles/pages-styles.scss +++ b/src/app/styles/pages-styles.scss @@ -57,7 +57,7 @@ &.opened { grid-template-areas: "aaa ccc ccc" "bbb ccc ccc"; - height: 254px; + height: 270px; } } @@ -195,6 +195,7 @@ padding: 0 20px; display: flex; justify-content: center; + padding-top: 20px; } &-switch { @@ -244,6 +245,7 @@ justify-content: start; padding-left: 20px; font-weight: 500; + border-left: 1px solid v.$b-color-1;; .icon { margin-right: 10px; @@ -262,6 +264,14 @@ } } + &.last-column { + border-right: 1px solid v.$b-color-1;; + } + + &.last-row { + border-bottom: 1px solid v.$b-color-1;; + } + &.second-row { border-top: none; }