Fix typo + var defined in generated file

This commit is contained in:
Gabe Kangas
2022-05-17 17:56:39 -07:00
parent 97b2e64f58
commit f6525412c8
4 changed files with 7 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
// Do not edit directly
// Generated on Tue, 17 May 2022 02:47:26 GMT
// Generated on Wed, 18 May 2022 00:35:52 GMT
@text-color: var(--theme-text-color);
@text-color-secondry: var(--theme-text-color-secondary);
@text-color-secondary: var(--theme-text-color-secondary);
@link-color: var(--theme-link-color);
@popover-background: #6941c6;
@background-color-light: var(--theme-background-secondary);