Update ui-lib.module.scss

This commit is contained in:
Yifei Zhang 2023-06-29 01:40:54 +08:00 committed by GitHub
parent 7748a980f9
commit 97a8bb52d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,11 +238,11 @@
background-color: var(--white); background-color: var(--white);
color: var(--black); color: var(--black);
font-family: inherit; font-family: inherit;
padding: 10px 90px 10px 14px; padding: 10px;
resize: none; resize: none;
outline: none; outline: none;
box-sizing: border-box; box-sizing: border-box;
min-height: 68px; min-height: 30vh;
&:focus { &:focus {
border: 1px solid var(--primary); border: 1px solid var(--primary);