@@ -100,13 +100,13 @@ export function PivotsPanelContent({
100100 { t ( 'cases:ai_review.proof.title' ) }
101101 </ button >
102102 ) : null }
103- < div className = "border-grey-90 flex gap-2 self-start rounded-v2-lg border p-xs" >
103+ < div className = "border-grey-90 flex gap-2 self-start rounded-v2-lg border p-v2- xs" >
104104 { pivotObjects . map ( ( pivotObject , idx ) => {
105105 const uniqKey = pivotUniqKey ( pivotObject ) ;
106106 return (
107107 < button
108108 key = { uniqKey }
109- className = "text-grey-50 aria-current:bg-purple-96 aria-current:text-purple-65 rounded-v2-md p-xs px-sm cursor-pointer"
109+ className = "text-grey-50 aria-current:bg-purple-96 aria-current:text-purple-65 rounded-v2-md p-v2- xs px-v2 -sm cursor-pointer"
110110 aria-current = { uniqKey === pivotUniqKey ( currentPivotObject ) }
111111 onClick = { ( ) => {
112112 setCurrentPivotObjectUniqKey ( pivotUniqKey ( pivotObject ) ) ;
@@ -122,11 +122,11 @@ export function PivotsPanelContent({
122122 { ! isDisplayingProofs ? (
123123 < >
124124 { currentTable && currentPivotObject ? (
125- < div className = "flex flex-col gap-md" >
125+ < div className = "flex flex-col gap-v2- md" >
126126 < div className = "text-h2 font-semibold" >
127127 { t ( 'cases:case_detail.pivot_panel.informations' ) }
128128 </ div >
129- < div className = "border-grey-90 flex flex-col gap-md border p-md bg-grey-background-light rounded-v2-lg" >
129+ < div className = "border-grey-90 flex flex-col gap-v2- md border p-v2 -md bg-grey-background-light rounded-v2-lg" >
130130 < div className = "capitalize font-semibold" > { currentTable . name } </ div >
131131 < PivotObjectDetails
132132 tableModel = { currentTable }
@@ -173,7 +173,7 @@ export function PivotsPanelContent({
173173 < div className = "bg-grey-100 px-4 py-2 rounded-t-xl border-b border-grey-90" >
174174 { t ( 'cases:ai_review.proof.tab_title' , { number : idx + 1 } ) }
175175 </ div >
176- < div className = "p-4 flex flex-col gap-md" >
176+ < div className = "p-4 flex flex-col gap-v2- md" >
177177 < ClientObjectDataList tableModel = { tableModel } data = { proof . object . data } />
178178 { navigationOptions ? (
179179 < >
@@ -273,7 +273,7 @@ function RelatedCases({
273273 }
274274
275275 return (
276- < div className = "flex flex-col gap-md" >
276+ < div className = "flex flex-col gap-v2- md" >
277277 < div className = "text-h2 font-semibold" >
278278 { t ( 'cases:case_detail.pivot_panel.case_history' ) }
279279 </ div >
0 commit comments