File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
packages/theme-generator/src
common/components/ColorPicker Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ export default {
8383:host {
8484 --td-brand-main-hover : var (--brand-main-hover );
8585 --td-bg-color-container : var (--bg-color-theme-secondary );
86- --td-bg-color-secondarycomponent : var (--bg-color-theme-secondary );
8786 --td-bg-color-container-hover : var (--bg-color-container-hover );
8887 --td-bg-color-component-active : var (--bg-color-component-hover );
8988 --td-border-level-2-color : var (--component-border );
Original file line number Diff line number Diff line change 66 :recent-colors =" null"
77 :swatch-colors =" null"
88 :show-primary-color-preview =" false"
9- :popup- props =" { attach: handleAttach }"
9+ :select-input- props =" { popupProps: { attach: handleAttach } }"
1010 @change =" handleChange"
1111 v-bind =" $attrs"
1212 />
You can’t perform that action at this time.
0 commit comments