Skip to content

Commit a37da55

Browse files
committed
fix: tailwind variable
1 parent d7ed676 commit a37da55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/globals.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737

3838
.card {
39-
@apply w-full rounded-[16px] border-2 border-solid border-gray-500 bg-white;
39+
@apply w-full rounded-[16px] border-2 border-solid border-gray bg-white;
4040
}
4141
.card h2 {
4242
@apply mb-[24px] text-center text-2xl/[1.5] font-bold tracking-[0.125em] text-[#0C5AE9];
@@ -55,7 +55,7 @@
5555
}
5656

5757
.button {
58-
@apply w-full rounded-[9999px] border-2 border-solid border-gray-500 bg-white px-[32px] py-[16px];
58+
@apply w-full rounded-[9999px] border-2 border-solid border-gray bg-white px-[32px] py-[16px];
5959
}
6060

6161
.linkBox {

0 commit comments

Comments
 (0)