@lark-apaas/client-toolkit 1.2.51-alpha.2 → 1.2.51-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -157,7 +157,7 @@ const Component = ()=>{
|
|
|
157
157
|
className: "shrink-0 w-[14px] h-[14px]"
|
|
158
158
|
}),
|
|
159
159
|
/*#__PURE__*/ jsx("p", {
|
|
160
|
-
className: "shrink-0 m-0! text-[#646A73] text-sm underline",
|
|
160
|
+
className: "shrink-0 m-0! text-[#646A73] text-sm underline underline-offset-2",
|
|
161
161
|
children: t('safety.report')
|
|
162
162
|
})
|
|
163
163
|
]
|
|
@@ -291,7 +291,7 @@ const Component = ()=>{
|
|
|
291
291
|
className: "shrink-0 w-[12px] h-[12px]"
|
|
292
292
|
}),
|
|
293
293
|
/*#__PURE__*/ jsx("p", {
|
|
294
|
-
className: "shrink-0 m-0! text-[#a6a6a6] underline",
|
|
294
|
+
className: "shrink-0 m-0! text-[#a6a6a6] underline underline-offset-2",
|
|
295
295
|
children: t('safety.report')
|
|
296
296
|
})
|
|
297
297
|
]
|