| @import '../../themes.scss'; | |
| autogrow-textarea-sk { | |
| textarea { | |
| resize: none; | |
| background-color: var(--surface); | |
| color: var(--on-surface); | |
| width: 100%; | |
| } | |
| textarea:focus { | |
| outline-color: var(--primary); | |
| } | |
| textarea::placeholder { | |
| color: var(--transparent-overlay); | |
| } | |
| } |