@@ -188,7 +188,7 @@ export type BaseButtonTheme = {
188188 primaryGhostHoverBoxShadow : string
189189
190190 secondaryColor : Colors [ 'contrasts' ] [ 'grey125125' ]
191- secondaryBorderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
191+ secondaryBorderColor : Colors [ 'contrasts' ] [ 'grey1424 ' ]
192192 secondaryBackground : Colors [ 'contrasts' ] [ 'grey1111' ]
193193 secondaryHoverBackground : Colors [ 'contrasts' ] [ 'grey1214' ]
194194 secondaryActiveBackground : Colors [ 'contrasts' ] [ 'grey1214' ]
@@ -453,15 +453,15 @@ export type ColorIndicatorTheme = {
453453 backgroundPosition : string
454454 circleIndicatorSize : string
455455 rectangleIndicatorSize : string
456- colorIndicatorBorderColor : string
456+ colorIndicatorBorderColor : Colors [ 'contrasts' ] [ 'grey1424' ]
457457 rectangularIndicatorBorderRadius : Spacing [ 'xxSmall' ]
458458 rectangularIndicatorBorderWidth : Border [ 'widthSmall' ]
459459}
460460
461461export type ColorMixerPaletteTheme = {
462462 indicatorBorderColor : Colors [ 'contrasts' ] [ 'grey125125' ]
463463 whiteColor : Colors [ 'contrasts' ] [ 'white1010' ]
464- colorIndicatorBorderColor : string
464+ colorIndicatorBorderColor : Colors [ 'contrasts' ] [ 'grey1424' ]
465465
466466 indicatorBorderWidth : Border [ 'widthSmall' ]
467467 paletteBorderRadius : Border [ 'radiusMedium' ]
@@ -484,7 +484,7 @@ export type ColorMixerSliderTheme = {
484484 checkerboardBackgroundImage : string
485485 checkerboardBackgroundSize : string
486486 checkerboardBackgroundPosition : string
487- colorIndicatorBorderColor : string
487+ colorIndicatorBorderColor : Colors [ 'contrasts' ] [ 'grey1424' ]
488488
489489 indicatorBorderWidth : Border [ 'widthSmall' ]
490490 sliderBorderWidth : Border [ 'widthSmall' ]
@@ -503,7 +503,7 @@ export type ColorPickerTheme = {
503503 checkerboardBackgroundImage : string
504504 checkerboardBackgroundSize : string
505505 checkerboardBackgroundPosition : string
506- colorIndicatorBorderColor : string
506+ colorIndicatorBorderColor : Colors [ 'contrasts' ] [ 'grey1424' ]
507507 simpleColorContainerLeftPadding : Spacing [ 'xSmall' ]
508508 hashMarkContainerLineHeight : Typography [ 'fontSizeXLarge' ]
509509 hashMarkContainerLeftPadding : Spacing [ 'xSmall' ]
@@ -545,7 +545,7 @@ export type DrawerLayoutContentTheme = {
545545
546546export type DrawerLayoutTrayTheme = {
547547 background : Colors [ 'contrasts' ] [ 'white1010' ]
548- borderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
548+ borderColor : Colors [ 'contrasts' ] [ 'grey1424 ' ]
549549 borderWidth : Border [ 'widthSmall' ]
550550 borderStyle : Border [ 'style' ]
551551 zIndex : Stacking [ 'topmost' ]
@@ -568,7 +568,7 @@ export type FileDropTheme = {
568568 borderRadius : Border [ 'radiusLarge' ]
569569 borderWidth : Border [ 'widthMedium' ]
570570 borderStyle : string
571- borderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
571+ borderColor : Colors [ 'contrasts' ] [ 'grey1424 ' ]
572572 hoverBorderColor : Colors [ 'contrasts' ] [ 'blue4570' ]
573573 acceptedColor : Colors [ 'contrasts' ] [ 'blue4570' ]
574574 rejectedColor : Colors [ 'contrasts' ] [ 'red4570' ]
@@ -657,7 +657,7 @@ export type HeadingTheme = Typography & {
657657 secondaryColor : Colors [ 'contrasts' ] [ 'grey4570' ]
658658 secondaryInverseColor : Colors [ 'contrasts' ] [ 'grey1111' ]
659659 borderPadding : Spacing [ 'xxxSmall' ]
660- borderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
660+ borderColor : Colors [ 'contrasts' ] [ 'grey1424 ' ]
661661 borderWidth : Border [ 'widthSmall' ]
662662 borderStyle : Border [ 'style' ]
663663}
@@ -800,7 +800,7 @@ export type ModalBodyTheme = {
800800
801801export type ModalFooterTheme = {
802802 background : Colors [ 'contrasts' ] [ 'grey1111' ]
803- borderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
803+ borderColor : Colors [ 'contrasts' ] [ 'grey1424 ' ]
804804 borderWidth : Border [ 'widthSmall' ]
805805 borderRadius : Border [ 'radiusMedium' ]
806806 padding : Spacing [ 'small' ]
@@ -810,7 +810,7 @@ export type ModalFooterTheme = {
810810
811811export type ModalHeaderTheme = {
812812 background : Colors [ 'contrasts' ] [ 'white1010' ]
813- borderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
813+ borderColor : Colors [ 'contrasts' ] [ 'grey1424 ' ]
814814 padding : Spacing [ 'medium' ]
815815 paddingCompact : Spacing [ 'small' ]
816816 inverseBackground : Colors [ 'contrasts' ] [ 'grey125125' ]
@@ -852,7 +852,7 @@ export type AppNavItemTheme = {
852852export type AppNavTheme = {
853853 fontFamily : Typography [ 'fontFamily' ]
854854 height : string | 0
855- borderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
855+ borderColor : Colors [ 'contrasts' ] [ 'grey1424 ' ]
856856 borderStyle : Border [ 'style' ]
857857 borderWidth : Border [ 'widthSmall' ]
858858 horizontalMargin : Spacing [ 'xxSmall' ]
@@ -899,7 +899,7 @@ export type NumberInputTheme = {
899899 fontWeight : Typography [ 'fontWeightNormal' ]
900900 borderWidth : Border [ 'widthSmall' ]
901901 borderStyle : Border [ 'style' ]
902- borderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
902+ borderColor : Colors [ 'contrasts' ] [ 'grey3045 ' ]
903903 borderRadius : Border [ 'radiusMedium' ]
904904 color : Colors [ 'contrasts' ] [ 'grey125125' ]
905905 background : Colors [ 'contrasts' ] [ 'white1010' ]
@@ -908,7 +908,7 @@ export type NumberInputTheme = {
908908 arrowsColor : Colors [ 'contrasts' ] [ 'grey125125' ]
909909 arrowsBackgroundColor : Colors [ 'contrasts' ] [ 'grey1111' ]
910910 arrowsHoverBackgroundColor : Colors [ 'contrasts' ] [ 'grey1214' ]
911- arrowsBorderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
911+ arrowsBorderColor : Colors [ 'contrasts' ] [ 'grey3045 ' ]
912912 arrowsActiveBoxShadow : string
913913 focusOutlineWidth : Border [ 'widthMedium' ]
914914 focusOutlineStyle : Border [ 'style' ]
@@ -1252,7 +1252,7 @@ export type TableCellTheme = {
12521252 fontWeight : Typography [ 'fontWeightNormal' ]
12531253 color : Colors [ 'contrasts' ] [ 'grey125125' ]
12541254 background : Colors [ 'contrasts' ] [ 'white1010' ]
1255- borderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
1255+ borderColor : Colors [ 'contrasts' ] [ 'grey3045 ' ]
12561256 lineHeight : Typography [ 'lineHeightCondensed' ]
12571257 padding : string | 0
12581258}
@@ -1317,7 +1317,7 @@ export type TabsPanelTheme = {
13171317 lineHeight : Typography [ 'lineHeight' ]
13181318 color : Colors [ 'contrasts' ] [ 'grey125125' ]
13191319 background : Colors [ 'contrasts' ] [ 'white1010' ]
1320- borderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
1320+ borderColor : Colors [ 'contrasts' ] [ 'grey1424 ' ]
13211321 borderWidth : Border [ 'widthSmall' ]
13221322 borderStyle : Border [ 'style' ]
13231323 defaultOverflowY : string
@@ -1364,7 +1364,7 @@ export type TagTheme = {
13641364 transitionTiming : string
13651365 defaultBackgroundHover : Colors [ 'contrasts' ] [ 'grey1214' ]
13661366 defaultBackground : Colors [ 'contrasts' ] [ 'grey1111' ]
1367- defaultBorderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
1367+ defaultBorderColor : Colors [ 'contrasts' ] [ 'grey1424 ' ]
13681368 defaultBorderRadius : string
13691369 defaultBorderStyle : string
13701370 defaultBorderWidth : string | 0
@@ -1469,7 +1469,7 @@ export type ToggleDetailsTheme = {
14691469 filledBackgroundColor : Colors [ 'contrasts' ] [ 'grey1111' ]
14701470 filledBorderWidth : Border [ 'widthSmall' ]
14711471 filledBorderStyle : Border [ 'style' ]
1472- filledBorderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
1472+ filledBorderColor : Colors [ 'contrasts' ] [ 'grey1424 ' ]
14731473 filledBorderRadius : Border [ 'radiusMedium' ]
14741474 filledPadding : Spacing [ 'small' ]
14751475}
@@ -1577,7 +1577,7 @@ export type TopNavBarMenuItemsTheme = {
15771577
15781578export type TrayTheme = {
15791579 background : Colors [ 'contrasts' ] [ 'white1010' ]
1580- borderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
1580+ borderColor : Colors [ 'contrasts' ] [ 'grey1424 ' ]
15811581 borderWidth : Border [ 'widthSmall' ]
15821582 borderStyle : Border [ 'style' ]
15831583 boxShadow : Shadows [ 'depth3' ]
@@ -1644,7 +1644,7 @@ export type ContextViewTheme = {
16441644 arrowSize : string | 0
16451645 arrowBorderWidth : Border [ 'widthSmall' ]
16461646 arrowBackgroundColor : Colors [ 'contrasts' ] [ 'white1010' ]
1647- arrowBorderColor : Colors [ 'contrasts' ] [ 'grey1214 ' ]
1647+ arrowBorderColor : Colors [ 'contrasts' ] [ 'grey1424 ' ]
16481648 arrowBackgroundColorInverse : Colors [ 'contrasts' ] [ 'grey125125' ]
16491649 arrowBorderColorInverse : string
16501650}
0 commit comments