increase the font size for search panel (#10838)

pull/10962/head
Prabhat Khera 2024-01-16 14:31:39 +13:00 committed by GitHub
parent bbf1900677
commit 380c16c8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -123,3 +123,18 @@
@apply th-dark:bg-gray-iron-10;
@apply th-highcontrast:bg-black;
}
.root :global(.cm-textfield) {
border: 1px solid var(--border-form-control-color);
background-color: var(--bg-inputbox);
color: var(--text-form-control-color);
@apply text-xs;
}
.root :global(.cm-button) {
@apply text-xs;
}
.root :global(.cm-panel.cm-search label) {
@apply text-xs;
}