Merge pull request #2146 from gitbutlerapp/textbox-height-variable-updated

Textbox height variable updated
This commit is contained in:
Pavel Laptev 2023-12-30 23:29:36 +01:00 committed by GitHub
commit 0b74019811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@
.textbox__input {
flex-grow: 1;
height: var(--space-32);
height: var(--size-btn-l);
width: 100%;
padding: var(--space-4) var(--space-12);
color: var(--clr-theme-scale-ntrl-0);