Closed Soveien closed 1 month ago
As of 10/25/2024 the text area variables have been changed. You can paste the code below into your theme.css file to patch it.
.scrollableContainer_bdf0de.themedBackground_bdf0de { background-color: var(--input-color) !important; border-radius: 22px; } .channelTextArea_a7d72e { background-color: rgba(0, 0, 0, 0) !important; }
Before: After:
Fix is in the source, but thank you for this.
As of 10/25/2024 the text area variables have been changed. You can paste the code below into your theme.css file to patch it.
Before: After: