(() => {
return 16 * scale.value + 'px'
})
+
+const titleIconStyle = computed(() => {
+ color: canvasStyleData.value.component.seniorStyleSetting.linkageIconColor
+})
@@ -623,7 +627,8 @@ const iconSize = computed(() => {
@@ -729,11 +734,11 @@ const iconSize = computed(() => {
flex-wrap: nowrap;
gap: 8px;
- color: #646a73;
-
- &.icons-container__dark {
- color: #a6a6a6;
- }
+ //color: #646a73;
+ //
+ //&.icons-container__dark {
+ // color: #a6a6a6;
+ //}
&.is-editing {
gap: 6px;