File tree Expand file tree Collapse file tree
app/domains/nachlass/erbschein/shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ export function buildRequiredDocumentsHtml(
6464 const rows = requiredDocuments
6565 . map (
6666 ( { name, documents } ) =>
67- `<tr><td class="font-semibold pr-24 pb -kern-space-small align-top">${ escape ( name ) } </td>` +
68- `<td class="pb -kern-space-small ">${ documents } </td></tr>` ,
67+ `<tr><td class="font-semibold p-kern-space-default pr -kern-space-none align-top">${ escape ( name ) } </td>` +
68+ `<td class="p -kern-space-default pl-kern-space-none ">${ documents } </td></tr>` ,
6969 )
7070 . join ( "" ) ;
71- return `<table class="w-full"><tbody>${ rows } </tbody></table>` ;
71+ return `<table class="w-full bg-kern-white border-kern-neutral-200 rounded-kern-default "><tbody>${ rows } </tbody></table>` ;
7272}
7373
7474export function nachlassErbfolgeStringReplacements (
You can’t perform that action at this time.
0 commit comments