Skip to content

Commit 1114199

Browse files
Changed slider color to black
1 parent 8d867bf commit 1114199

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

lib/view/widgets/data_analysis_widget.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ class _DataAnalysisState extends State<DataAnalysisWidget> {
269269
Expanded(
270270
child: SliderTheme(
271271
data: const SliderThemeData(
272+
inactiveTrackColor: Colors.black,
272273
trackHeight: 1,
273274
thumbShape: RoundSliderThumbShape(
274275
enabledThumbRadius: 6),
@@ -351,6 +352,7 @@ class _DataAnalysisState extends State<DataAnalysisWidget> {
351352
Expanded(
352353
child: SliderTheme(
353354
data: const SliderThemeData(
355+
inactiveTrackColor: Colors.black,
354356
trackHeight: 1,
355357
thumbShape: RoundSliderThumbShape(
356358
enabledThumbRadius: 6),

lib/view/widgets/timebase_trigger_widget.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class _TimebaseTriggerState extends State<TimebaseTriggerWidget> {
8282
Expanded(
8383
child: SliderTheme(
8484
data: const SliderThemeData(
85+
inactiveTrackColor: Colors.black,
8586
trackHeight: 1,
8687
thumbShape:
8788
RoundSliderThumbShape(enabledThumbRadius: 6),
@@ -218,6 +219,7 @@ class _TimebaseTriggerState extends State<TimebaseTriggerWidget> {
218219
Expanded(
219220
child: SliderTheme(
220221
data: const SliderThemeData(
222+
inactiveTrackColor: Colors.black,
221223
trackHeight: 1,
222224
thumbShape:
223225
RoundSliderThumbShape(enabledThumbRadius: 6),

0 commit comments

Comments
 (0)