fix: colors

This commit is contained in:
Shivam Mishra
2024-11-28 18:09:41 +05:30
parent b1fd52c275
commit 44b4c7ce14
2 changed files with 3 additions and 3 deletions
@@ -30,7 +30,7 @@ const fileType = computed(() => {
<template>
<div
class="h-9 bg-n-solid-3 gap-2 items-center flex px-2 rounded-lg border border-n-strong"
class="h-9 bg-n-alpha-3 gap-2 items-center flex px-2 rounded-lg border border-n-strong"
>
<FileIcon class="flex-shrink-0" :file-type="fileType" />
<span class="mr-1 max-w-32 truncate">{{ fileName }}</span>
@@ -22,11 +22,11 @@ defineProps({
class="absolute w-full h-full inset-0 p-1 flex items-center justify-center"
>
<div
class="size-7 bg-n-alpha-2 backdrop-blur-sm rounded-full overflow-hidden shadow-[0_5px_15px_rgba(0,0,0,0.4)]"
class="size-7 bg-n-slate-1/60 backdrop-blur-sm rounded-full overflow-hidden shadow-[0_5px_15px_rgba(0,0,0,0.4)]"
>
<Icon
icon="i-teenyicons-play-small-solid"
class="size-7 text-n-slate-12/60 backdrop-blur"
class="size-7 text-n-slate-12/80 backdrop-blur"
/>
</div>
</div>