change: Make audio messages smaller
This commit is contained in:
parent
dada482056
commit
30c8fa9fa0
2 changed files with 9 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue