feat: update colors

This commit is contained in:
Shivam Mishra
2024-11-28 17:46:04 +05:30
parent a706f26ef4
commit e8cbb6d8e8
@@ -38,6 +38,9 @@ const attachment = computed(() => {
<BaseBubble
class="overflow-hidden outline outline-n-strong outline-1 !bg-n-alpha-3"
>
<AudioChip :attachment="attachment" class="p-2" />
<AudioChip
:attachment="attachment"
class="p-2 text-n-slate-12 bg-n-alpha-3"
/>
</BaseBubble>
</template>