Skip to content

Commit 7140a82

Browse files
committed
update MarkupModel
1 parent 79dcf88 commit 7140a82

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/AutoViewForm.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,15 @@ const AutoViewForm: React.FC<AutoViewFormProps & AutoViewFormSlots> = (props) =>
165165
)}
166166
</div>
167167
<MarkupModel
168-
value={model}
169-
tableClass="border-separate border-spacing-y-1"
170-
basicTrClass="group"
171-
basicThClass="py-2 px-4 text-left text-sm font-medium text-gray-700 dark:text-gray-300 bg-gray-50 dark:bg-gray-800 rounded-l-md"
172-
basicTdClass="py-2 px-4 text-sm text-gray-900 dark:text-gray-100 bg-white dark:bg-gray-900 border-l border-gray-200 dark:border-gray-700 rounded-r-md"
173-
complexTitleTrClass="group"
174-
complexTitleTdClass="py-2 px-4 text-sm font-semibold bg-indigo-600 dark:bg-indigo-700 text-white rounded-md"
175-
complexBodyTrClass="group"
176-
complexBodyTdClass="py-2 px-4 bg-white dark:bg-gray-900 rounded-md"
168+
value={model}
169+
tableClass="w-full border-separate border-spacing-y-1"
170+
basicTrClass="group"
171+
basicThClass="py-1 px-4 text-left text-sm font-medium text-gray-700 dark:text-gray-300"
172+
basicTdClass="py-1 px-4 text-sm text-gray-900"
173+
complexTitleTrClass="group"
174+
complexTitleTdClass="py-1 px-4 font-semibold bg-indigo-600 dark:bg-indigo-700 text-white"
175+
complexBodyTrClass="group"
176+
complexBodyTdClass="py-1 px-4 bg-white dark:bg-gray-900"
177177
/>
178178
</div>
179179
</div>

0 commit comments

Comments
 (0)