mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 19:14:31 +03:00
Merge pull request #2146 from gitbutlerapp/textbox-height-variable-updated
Textbox height variable updated
This commit is contained in:
commit
0b74019811
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user