Skip to content

Commit 55aaed1

Browse files
committed
Use the color-primary-element* variables
Signed-off-by: Simon L <[email protected]>
1 parent d51097e commit 55aaed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Location.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default {
9797
const newElm = document.querySelector('.where-is-my-data #' + newCountry)
9898
9999
if (newElm) {
100-
newElm.style.fill = 'var(--color-primary)'
100+
newElm.style.fill = 'var(--color-primary-element)'
101101
}
102102
}
103103
},

0 commit comments

Comments
 (0)