lighten label color

This commit is contained in:
2023-02-21 12:42:03 +10:00
parent a3a6fbcaa4
commit fd9dcc182f

View File

@@ -321,7 +321,7 @@ const inline = computed(() => {
transform-origin: top left;
transform: translate(0, 1px) scale(1);
transition: all 0.1s ease-in-out;
color: $font-color;
color: $secondary-color-dark;
pointer-events: none;
}