"
diff --git a/ui/src/Components/MainModal/Configuration/__snapshots__/FetchConfiguration.test.tsx.snap b/ui/src/Components/MainModal/Configuration/__snapshots__/FetchConfiguration.test.tsx.snap
index c6005c4d4..a56479873 100644
--- a/ui/src/Components/MainModal/Configuration/__snapshots__/FetchConfiguration.test.tsx.snap
+++ b/ui/src/Components/MainModal/Configuration/__snapshots__/FetchConfiguration.test.tsx.snap
@@ -3,43 +3,20 @@
exports[`
@@ -249,43 +226,20 @@ exports[`
matches snapshot 1`] = `
@@ -317,43 +271,20 @@ exports[`
matches snapshot 1`] = `
diff --git a/ui/src/Components/MainModal/__snapshots__/MainModalContent.test.tsx.snap b/ui/src/Components/MainModal/__snapshots__/MainModalContent.test.tsx.snap
index d3f522749..1fcea9f68 100644
--- a/ui/src/Components/MainModal/__snapshots__/MainModalContent.test.tsx.snap
+++ b/ui/src/Components/MainModal/__snapshots__/MainModalContent.test.tsx.snap
@@ -49,43 +49,20 @@ exports[`
matches snapshot 1`] = `
@@ -268,43 +245,20 @@ exports[`
matches snapshot 1`] = `
@@ -336,43 +290,20 @@ exports[`
matches snapshot 1`] = `
diff --git a/ui/src/Styles/Components/InputRange.scss b/ui/src/Styles/Components/InputRange.scss
index 107b1df51..182429b92 100644
--- a/ui/src/Styles/Components/InputRange.scss
+++ b/ui/src/Styles/Components/InputRange.scss
@@ -1,5 +1,16 @@
-$input-range-font-family: $font-family-sans-serif;
-$input-range-primary-color: $primary;
-$input-range-disabled-color: $text-muted;
+.input-range-track {
+ border-radius: 0.3rem;
+ height: 0.3rem;
+ background-color: $input-range-track-background;
+}
-@import "~react-input-range/src/scss/input-range/input-range";
+.input-range-thumb {
+ color: $input-range-thumb-font-color;
+ font-size: 0.8rem;
+ border-radius: 0.5rem;
+ height: 1.2rem;
+ min-width: 1.2rem;
+ padding-left: 0.3rem;
+ padding-right: 0.3rem;
+ background-color: $primary;
+}
diff --git a/ui/src/Styles/DarkTheme.scss b/ui/src/Styles/DarkTheme.scss
index 6bf8e0766..ef4a35569 100644
--- a/ui/src/Styles/DarkTheme.scss
+++ b/ui/src/Styles/DarkTheme.scss
@@ -92,8 +92,8 @@ $bg-focused: darken($blue, 5%);
$components-date-range-today-color: $white;
$components-date-range-sub-color: $white;
-$input-range-neutral-color: $gray-300;
-$input-range-neutral-light-color: $secondary;
+$input-range-track-background: $secondary;
+$input-range-thumb-font-color: $white;
$color-default: #708090;
diff --git a/ui/src/Styles/LightTheme.scss b/ui/src/Styles/LightTheme.scss
index a9f31f404..3d22327d0 100644
--- a/ui/src/Styles/LightTheme.scss
+++ b/ui/src/Styles/LightTheme.scss
@@ -74,8 +74,8 @@ $bg-focused: lighten($blue, 5%);
$components-date-range-today-color: $black;
$components-date-range-sub-color: $black;
-$input-range-neutral-color: $dark;
-$input-range-neutral-light-color: $gray-400;
+$input-range-track-background: $gray-400;
+$input-range-thumb-font-color: $white;
$color-default: #708090;