increase contrast a bit, autoplay when skippping
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
export function jumpToTrack(s) {
|
export function jumpToTrack(s) {
|
||||||
getAudio().currentTime = s;
|
getAudio().currentTime = s;
|
||||||
|
getAudio().play();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -32,7 +33,7 @@
|
|||||||
export let iconColor = 'gray';
|
export let iconColor = 'gray';
|
||||||
export let textColor = 'gray';
|
export let textColor = 'gray';
|
||||||
export let barPrimaryColor = 'lightblue';
|
export let barPrimaryColor = 'lightblue';
|
||||||
export let barSecondaryColor = 'lightgray';
|
export let barSecondaryColor = '#6f6f6f';
|
||||||
export let backgroundColor = 'white';
|
export let backgroundColor = 'white';
|
||||||
export let display = false;
|
export let display = false;
|
||||||
export let inlineTooltip = false;
|
export let inlineTooltip = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user