Skip to content

Commit 7d4feab

Browse files
committed
remove double shadow in linechart
1 parent 8402a02 commit 7d4feab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/LineChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="relative p-4 rounded-lg shadow-lg">
2+
<div>
33
<!-- Close button -->
44
<button
55
class="absolute top-2 right-2 text-xl hover:text-red-400"

0 commit comments

Comments
 (0)