diff --git a/src/theme/dark.ts b/src/theme/dark.ts index 4b03ebea83..0b43606232 100644 --- a/src/theme/dark.ts +++ b/src/theme/dark.ts @@ -153,9 +153,6 @@ const theme = { textStyle: { color: color.secondary }, - inRange: { - color: [color.neutral10, color.theme[0]] - }, handleStyle: { borderColor: color.neutral30 }