We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521da8c commit 763e647Copy full SHA for 763e647
src/clientSideScene/ClientSideSceneComp.tsx
@@ -615,7 +615,7 @@ const ConstraintSymbol = ({
615
<span className="font-bold">
616
{isConstrained ? 'Constrained' : 'Unconstrained'}
617
</span>
618
- <span className="text-chalkboard-90 dark:text-chalkboard-40 text-sm pl-2">
+ <span className="text-white/80 text-sm pl-2">
619
{displayName}
620
621
src/index.css
@@ -212,6 +212,11 @@ code {
212
z-index: 99999999999 !important;
213
}
214
215
+.cm-rename-popup input {
216
+ color: black !important;
217
+ background: white !important;
218
+}
219
+
220
@keyframes blink {
221
0%,
222
100% {
0 commit comments