diff --git a/package-lock.json b/package-lock.json index 53f6936..70155aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lindsvg-pwa", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lindsvg-pwa", - "version": "2.5.0", + "version": "2.5.1", "dependencies": { "@vueuse/core": "^10.10.0", "lindsvg": "^1.5.0", diff --git a/package.json b/package.json index 5361277..7bff98c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lindsvg-pwa", "private": true, - "version": "2.5.0", + "version": "2.5.1", "type": "module", "scripts": { "lint": "eslint", diff --git a/src/components/LeafToolbar.vue b/src/components/LeafToolbar.vue index e8e8ab2..1a1dfca 100644 --- a/src/components/LeafToolbar.vue +++ b/src/components/LeafToolbar.vue @@ -106,6 +106,7 @@ let selectedIndex = computed({ } .lSystems { + color: var(--color-on-surface-high); flex: 1 1 0; max-width: max-content; min-width: 0;