Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Integrate waveform colors with the bottom section
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Sep 16, 2021
1 parent 309b97e commit d6a452d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/AudioTrack/layouts/Box.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ export default {
@apply bg-yellow text-dark-charcoal flex-shrink-0;
}
.box-track .waveform {
@apply bg-tx;
}
.box-track .progress.timestamp {
@apply bg-yellow;
}
.box-track.size-m .play-pause {
@apply h-14 w-14;
}
Expand Down

0 comments on commit d6a452d

Please sign in to comment.