fix: missing dash in css variable

This commit is contained in:
jdegand
2023-11-29 00:08:22 -05:00
parent 6b01f59105
commit 7cfcaf44cc

View File

@@ -34,7 +34,7 @@
border-radius: 6px;
padding: 2px 8px;
background-color: rgb(35, 134, 54);
color: var(-color-btn);
color: var(--color-btn);
}
.github-neutral-btn {