We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8a6c6 commit 9967b7dCopy full SHA for 9967b7d
1 file changed
web/src/components/map/ToggleCompareMap.vue
@@ -242,8 +242,8 @@ watch(
242
243
const swiperColor = computed(() => {
244
return {
245
- swiper: theme.global.current.value.colors.primary,
246
- arrow: theme.global.current.value.colors["button-text"],
+ swiper: String(theme.global.current.value.colors.primary),
+ arrow: String(theme.global.current.value.colors["button-text"]),
247
};
248
});
249
</script>
0 commit comments