Create internal db debugger

This commit is contained in:
Jamie Kyle
2025-08-20 13:00:14 -07:00
committed by GitHub
parent 31544d68a2
commit ae7c2c09a4
9 changed files with 130 additions and 3 deletions

View File

@@ -1462,3 +1462,9 @@ $secondary-text-color: light-dark(
max-width: 360px;
}
}
.Preferences__ReadonlySqlPlayground__Textarea {
&__input {
font-family: variables.$monospace;
}
}