@sanity/ui 2.8.13 → 2.8.14

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "2.8.13",
3
+ "version": "2.8.14",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -241,7 +241,7 @@ const DialogCard = forwardRef(function DialogCard(
241
241
  <DialogLayout direction="column">
242
242
  {showHeader && (
243
243
  <DialogHeader>
244
- <Flex align="center" padding={3}>
244
+ <Flex align="flex-start" padding={3}>
245
245
  <Box flex={1} padding={2}>
246
246
  {header && (
247
247
  <Text id={labelId} size={1} weight="semibold">
@@ -427,7 +427,7 @@ export const defaultColorTokens: ThemeColorTokens = {
427
427
  '*': {
428
428
  _blend: ['multiply', 'screen'],
429
429
  bg: ['white', 'black'],
430
- border: ['200', '800'],
430
+ border: ['200', '700'],
431
431
  fg: ['black', '200'],
432
432
  muted: {
433
433
  bg: ['50', '950'],
@@ -443,6 +443,7 @@ export const defaultColorTokens: ThemeColorTokens = {
443
443
  fg: ['800', '200'],
444
444
  },
445
445
  'disabled': {
446
+ bg: ['50', '950'],
446
447
  fg: ['400', '600'],
447
448
  border: ['100', '900'],
448
449
  placeholder: ['200', '800 50%'],