fix(typeit): restore cursor color variable definition for proper styling

This commit is contained in:
Cell
2026-03-08 18:07:16 +08:00
parent fe7105a38a
commit 8bf2fea735
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@
white-space: pre-wrap;
}
--ti-cursor-color: fixit-var(global-font-color);
--ti-cursor-font-family: fixit-var(global-font-family);
--ti-cursor-transform: translateX(0);
}