Skip to content

Commit

Permalink
Use the color-primary-element* variables
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed May 13, 2023
1 parent d51097e commit 55aaed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Location.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default {
const newElm = document.querySelector('.where-is-my-data #' + newCountry)

if (newElm) {
newElm.style.fill = 'var(--color-primary)'
newElm.style.fill = 'var(--color-primary-element)'
}
}
},
Expand Down

0 comments on commit 55aaed1

Please sign in to comment.