After doing an exploration, I found that ThemeShadowControl and ThemeBorderRadiusControl were not using the components from the Design System. Edited those components to make use of DS components. Also removed some unwanted DOM elements
14 lines
585 B
JSON
14 lines
585 B
JSON
{
|
|
"canvas": "#canvas-selection-0",
|
|
"border": ".t--theme-appBorderRadius",
|
|
"popover": ".bp3-popover-content",
|
|
"shadow": ".t--theme-appBoxShadow",
|
|
"color": ".t--property-pane-sidebar .bp3-popover-target .cursor-pointer",
|
|
"inputColor": ".t--colorpicker-v2-popover input",
|
|
"colorPicker": "[data-testid='color-picker']",
|
|
"greenColor": "[style='background-color: rgb(21, 128, 61);']",
|
|
"fontsSelected": ".leading-normal",
|
|
"currentTheme": ".cursor-pointer:contains('Applied Theme')",
|
|
"purpleColor": "[style='background-color: rgb(107,114,128);']"
|
|
}
|