change: Make audio messages smaller

This commit is contained in:
Christian Pauly 2021-12-30 12:43:42 +01:00
commit 30c8fa9fa0
2 changed files with 9 additions and 2 deletions

View file

@ -173,7 +173,7 @@ class _AudioPlayerState extends State<AudioPlayerWidget> {
),
),
Expanded(
child: Slider.adaptive(
child: Slider(
activeColor: Theme.of(context).colorScheme.secondaryVariant,
inactiveColor: widget.color.withAlpha(64),
value: currentPosition,