Skip to content

Commit

Permalink
fix: remove list unordered glow on light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lfsigreja committed Sep 17, 2024
1 parent 5ef170c commit d019815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/listunordered/ListUnordered.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</template>
<div v-if="!icon && direction !== 'horizontal'" class="flex relative">
<div class="h-full bg-[--surface-300] w-[2px]" />
<div class="h-4 mt-2 bg-[--text-color] w-[2px] blur-sm left-0 absolute" />
<div class="h-4 mt-2 bg-white w-[2px] blur-sm left-0 absolute" />
<div class="h-4 mt-2 bg-[--text-color] w-[3px] -left-[0.5px] absolute" />
</div>
<div class="flex flex-col gap-4 justify-center mt-0.5">
Expand Down

0 comments on commit d019815

Please sign in to comment.