Skip to content

Commit f5c4082

Browse files
committed
fix: font color not update
1 parent fc1e480 commit f5c4082

File tree

1 file changed

+3
-0
lines changed
  • packages/theme-generator/src/font-panel

1 file changed

+3
-0
lines changed

packages/theme-generator/src/font-panel/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ export default {
144144
this.$nextTick(() => {
145145
this.setFontPalette();
146146
});
147+
this.$root.$on('refresh-color-tokens', () => {
148+
this.setFontPalette();
149+
});
147150
},
148151
};
149152
</script>

0 commit comments

Comments
 (0)