fix: audio chip design

This commit is contained in:
Shivam Mishra
2024-12-11 17:41:33 +05:30
parent 71aeb2abb3
commit 414c6c7e97
@@ -91,7 +91,10 @@ const downloadAudio = async () => {
>
<source :src="timeStampURL" />
</audio>
<div v-bind="$attrs" class="rounded-lg w-full gap-1 flex items-center">
<div
v-bind="$attrs"
class="rounded-xl w-full gap-1 p-1.5 bg-n-alpha-white flex items-center border border-n-container shadow-[0px_2px_8px_0px_rgba(94,94,94,0.06)]"
>
<button class="p-0 border-0 size-8" @click="playOrPause">
<Icon
v-if="isPlaying"