@@ -7,10 +7,10 @@ exports[`CompetitionListItem matches snapshot (default) 1`] = `
77 href = " /competitions/123"
88 >
99 <li
10- class = " border bg-white dark:bg-gray-800 dark:border-gray-700 list-none rounded-md px-2 py-2 flex cursor-pointer hover:bg-slate-100 dark:hover:bg-gray-700 group transition-colors my-1 flex-row opacity-50"
10+ class = " link-card list-none flex flex-row cursor-pointer group transition-colors my-1 type-body opacity-50"
1111 >
1212 <div
13- class = " flex flex-shrink mr-2 text-2xl "
13+ class = " flex flex-shrink mr-2 type-title "
1414 >
1515
1616 🇺🇸
@@ -20,15 +20,15 @@ exports[`CompetitionListItem matches snapshot (default) 1`] = `
2020 class = " flex-1"
2121 >
2222 <p
23- class = " font-normal leading-1 dark:text-white"
23+ class = " type-heading leading-1 dark:text-white"
2424 >
2525
2626 Test Competition
2727
2828 </p >
2929
3030 <p
31- class = " text-gray-600 dark: text-gray-400 text-sm leading-1"
31+ class = " type-body-sm text-muted leading-1"
3232 >
3333 Jan 1 – 2, 2024
3434
@@ -50,10 +50,10 @@ exports[`CompetitionListItem renders with all props (live and bookmarked) 1`] =
5050 href = " /competitions/123"
5151 >
5252 <li
53- class = " border bg-white dark:bg-gray-800 dark:border-gray-700 list-none rounded-md px-2 py-2 flex cursor-pointer hover:bg-slate-100 dark:hover:bg-gray-700 group transition-colors my-1 flex-row opacity-50"
53+ class = " link-card list-none flex flex-row cursor-pointer group transition-colors my-1 type-body opacity-50"
5454 >
5555 <div
56- class = " flex flex-shrink mr-2 text-2xl "
56+ class = " flex flex-shrink mr-2 type-title "
5757 >
5858
5959 🇺🇸
@@ -63,15 +63,15 @@ exports[`CompetitionListItem renders with all props (live and bookmarked) 1`] =
6363 class = " flex-1"
6464 >
6565 <p
66- class = " font-normal leading-1 dark:text-white"
66+ class = " type-heading leading-1 dark:text-white"
6767 >
6868
6969 Test Competition
7070
7171 </p >
7272
7373 <p
74- class = " text-gray-600 dark: text-gray-400 text-sm leading-1"
74+ class = " type-body-sm text-muted leading-1"
7575 >
7676 Jan 1 – 2, 2024
7777
@@ -81,10 +81,10 @@ exports[`CompetitionListItem renders with all props (live and bookmarked) 1`] =
8181 </p >
8282 </div >
8383 <div
84- class = " flex flex-shrink text-2xl items-center px-2"
84+ class = " flex items-center flex-shrink px-2 type-title "
8585 >
8686 <span
87- class = " fa fa-tower-broadcast text-green-500 "
87+ class = " text-green-500 fa fa-tower-broadcast"
8888 />
8989 </div >
9090 </li >
0 commit comments