Compose input box bg color incorrect in dark mode

If I havn’t select a category. The content input box will be disable.

This color from discourse subscription plugin.

textarea[readonly] {
  cursor: not-allowed;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
1 Like