Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit bbdf382

Browse files
author
eightgran
committed
Alter default styling on LitSlider
1 parent 56a1bfc commit bbdf382

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/src/widgets/slider/lit_slider.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ class LitSlider extends StatelessWidget {
2626
required this.onChanged,
2727
required this.value,
2828
this.activeTrackColor = const Color(0xFFb5a0a0),
29-
this.inactiveTrackColor = const Color(0xFFf2f2f2),
30-
this.thumbColor = Colors.white,
29+
this.inactiveTrackColor = const Color(0xFFcbc7c7),
30+
this.thumbColor = const Color(0xFFECECEC),
3131
this.thumbHeight = 34.0,
3232
this.thumbWidth = 34.0,
33-
this.thumbRadius = 12.0,
33+
this.thumbRadius = 17.0,
3434
this.thumbBoxShadow = const BoxShadow(
3535
blurRadius: 4.0,
3636
color: Colors.black26,

0 commit comments

Comments
 (0)