Remove shadows

This commit is contained in:
Cagatay Civici 2024-01-24 13:57:05 +03:00
parent c51fae9bd4
commit 43fe926163
32 changed files with 144 additions and 144 deletions

View file

@ -57,7 +57,7 @@ describe('customized timeline', () => {
`,
marker: `
<template #marker="slotProps">
<span class="custom-marker shadow-2" :style="{backgroundColor: slotProps.item.color}">
<span class="custom-marker" :style="{backgroundColor: slotProps.item.color}">
<i :class="slotProps.item.icon"></i>
</span>
</template>