File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 10
10
<div class =" mx-auto h-1 w-16 bg-emerald-500" ></div >
11
11
</div >
12
12
<div
13
- class =" mx-auto max-w-2xl border border-gray -100 bg-white p-8 text-center"
13
+ class =" mx-auto max-w-2xl rounded-lg border border-emerald -100 bg-card p-8 text-center"
14
14
>
15
15
<svg
16
16
xmlns =" http://www.w3.org/2000/svg"
Original file line number Diff line number Diff line change 7
7
<div class =" mx-auto h-1 w-16 bg-emerald-500" ></div >
8
8
</div >
9
9
<div
10
- class =" mx-auto max-w-2xl border border-gray -100 bg-white p-8 text-center shadow-sm"
10
+ class =" mx-auto max-w-2xl border border-emerald -100 bg-card p-8 text-center text-card-foreground shadow-sm"
11
11
>
12
12
<svg
13
13
xmlns =" http://www.w3.org/2000/svg"
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ import VenueMap from "@/components/VenueMap.astro";
10
10
</div >
11
11
<div class =" grid items-center gap-6 md:grid-cols-2" >
12
12
<div
13
- class =" rounded-lg border bg-card text-card-foreground shadow-sm"
14
- data-v0-t =" card"
13
+ class =" rounded-lg border border-emerald-100 bg-card text-card-foreground shadow-sm"
15
14
>
16
15
<div class =" p-4" >
17
16
<h3 class =" mb-3 text-lg font-semibold md:text-xl" >
You can’t perform that action at this time.
0 commit comments