File tree Expand file tree Collapse file tree
packages/client/src/components/molecules/RaceTabMolecules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default function RaceTabTable({
1717 < tr key = { headerGroup . id } >
1818 { headerGroup . headers . map ( ( header ) => (
1919 < th
20- className = { `sticky top-0 z-10 w-24 border-b-2 border-r-2 border-t-2 border-helios bg-slate px-4 py-2 text-center text-xs font-medium uppercase text-helios first:border-l-2 dark:bg-lightergrey ${ header . id === "TimeStamp " ? "left-0 z-50" : "" } ` }
20+ className = { `sticky top-0 z-10 w-24 border-b-2 border-r-2 border-t-2 border-helios bg-slate px-4 py-2 text-center text-xs font-medium uppercase text-helios first:border-l-2 dark:bg-lightergrey ${ header . id === "data_timeStamp " ? "left-0 z-50" : "" } ` }
2121 key = { header . id }
2222 >
2323 { header . isPlaceholder
@@ -50,7 +50,7 @@ export default function RaceTabTable({
5050 >
5151 { row . getVisibleCells ( ) . map ( ( cell ) => (
5252 < td
53- className = { `text-gray-900 w-fullpx-4 sticky w-24 border-b-2 border-r-2 border-helios py-2 text-center text-sm first:border-l-2 dark:text-white ${ cell . id . includes ( "TimeStamp " ) ? "left-0 z-10" : "" } ` }
53+ className = { `text-gray-900 sticky w-24 border-b-2 border-r-2 border-helios px-4 text-center text-sm first:border-l-2 dark:text-white ${ cell . id . includes ( "data_timeStamp " ) ? "left-0 z-10" : "" } ` }
5454 key = { cell . id }
5555 >
5656 { flexRender ( cell . column . columnDef . cell , cell . getContext ( ) ) }
You can’t perform that action at this time.
0 commit comments