1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-25 03:32:54 +01:00

add a little horizontal padding

This commit is contained in:
Puyodead1 2023-09-09 21:46:41 -04:00
parent 133e94233c
commit deb6265e1b
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -21,7 +21,7 @@ const TextArea = styled(TextareaAutosize)`
font-size: 16px;
font-family: var(--font-family);
flex: 1;
padding: 13px 0;
padding: 13px 10px;
&:disabled {
cursor: not-allowed;