CapnKitten / Material-Discord

Material design theme for Discord
356 stars 153 forks source link

Text area patch 10/25/2024 #223

Closed Soveien closed 1 month ago

Soveien commented 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: before After: After

CapnKitten commented 1 month ago

Fix is in the source, but thank you for this.