mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
Add more internal CSS variables.
This commit is contained in:
@@ -23,9 +23,9 @@ const EditorBase = styled.div`
|
||||
textarea {
|
||||
resize: none;
|
||||
padding: 12px;
|
||||
border-radius: 3px;
|
||||
white-space: pre-wrap;
|
||||
font-size: var(--text-size);
|
||||
border-radius: var(--border-radius);
|
||||
background: var(--secondary-header);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user