@sanity/ui 2.0.0-alpha.31 → 2.0.0-alpha.32
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.
package/package.json
CHANGED
|
@@ -254,7 +254,7 @@ const DialogCard = forwardRef(function DialogCard(
|
|
|
254
254
|
<Flex align="center" padding={3}>
|
|
255
255
|
<Box flex={1} padding={2}>
|
|
256
256
|
{header && (
|
|
257
|
-
<Text id={labelId} size={1} weight="
|
|
257
|
+
<Text id={labelId} size={1} weight="semibold">
|
|
258
258
|
{header}
|
|
259
259
|
</Text>
|
|
260
260
|
)}
|