Skip to content

Commit

Permalink
Opt: select color
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyCreeper committed Dec 26, 2023
1 parent 7d2977c commit 03bc0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fileList/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ onMounted(() => {
class="flex items-center p-2 bg-slate-50 my-2 rounded-md cursor-pointer transition-all duration-300 hover:bg-slate-100 hover:shadow-md hover:scale-[1.02] shadow-slate-300 dark:bg-neutral-700 dark:hover:bg-neutral-600"
:class="
findItem(item) &&
' bg-slate-200 hover:shadow-none hover:bg-slate-300 hover:scale-100 dark:bg-neutral-900 dark:hover:bg-stone-800'
' bg-gray-200 hover:shadow-none hover:bg-slate-300 hover:scale-100 dark:bg-neutral-900 dark:hover:bg-stone-800'
"
v-for="(item, i) in fileList?.items"
:key="i"
Expand Down

0 comments on commit 03bc0dd

Please sign in to comment.