File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments