blob: 7123a2d09d972c9eff0f4876027c82f7aa5224ff [file] [log] [blame]
@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);
}
}