@@ -103,7 +103,7 @@ export function UxTFunnelBar(props: Props) {
top: 0,
left: 0,
bottom: 0,
- backgroundColor: '#00b5ad'
+ backgroundColor: '#6272FF'
}}
>
diff --git a/frontend/app/components/Funnels/FunnelWidget/FunnelWidget.tsx b/frontend/app/components/Funnels/FunnelWidget/FunnelWidget.tsx
index 77467e59e..9d24c9a28 100644
--- a/frontend/app/components/Funnels/FunnelWidget/FunnelWidget.tsx
+++ b/frontend/app/components/Funnels/FunnelWidget/FunnelWidget.tsx
@@ -102,7 +102,7 @@ function FunnelWidget(props: Props) {
Total conversion
-
+
{funnel.totalConversions}
diff --git a/frontend/app/styles/general.css b/frontend/app/styles/general.css
index 361268450..492568607 100644
--- a/frontend/app/styles/general.css
+++ b/frontend/app/styles/general.css
@@ -356,6 +356,8 @@ p {
white-space: nowrap !important;
}
+
+
.stripes {
background: repeating-linear-gradient(
135deg,
@@ -425,3 +427,7 @@ p {
.eg-card input[name="search"] {
visibility: hidden !important;
}
+
+.ant-segmented-group{
+ gap:0.25rem;
+}
diff --git a/frontend/app/styles/recharts.css b/frontend/app/styles/recharts.css
index 57d18f38d..b5a235272 100644
--- a/frontend/app/styles/recharts.css
+++ b/frontend/app/styles/recharts.css
@@ -1,7 +1,12 @@
.recharts-legend-item {
padding: 0 10px;
+ margin-right: 0;
}
.recharts-legend-item-text {
user-select: none;
+}
+
+.recharts-legend-wrapper{
+ width: 388px !important;
}
\ No newline at end of file