.thread-action-button.thread-action-watchers.watch-active {
  color: white;
  background-color: var(--success-02);
}
.thread-action-button.thread-action-watchers.watch-active:hover {
  color: white;
  background-color: var(--success-02) !important;
}
