We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689ac37 commit c3a3544Copy full SHA for c3a3544
lib/api/model/model.dart
@@ -482,7 +482,7 @@ ColorSwatch<StreamColor> streamColorSwatch(int base) {
482
.withOpacity(0.3),
483
484
// Follows `.sidebar-row__icon` in Vlad's replit:
485
- // <https://replit.com/@VladKorobov/zulip-topic-feed-colors#script.js>
+ // <https://replit.com/@VladKorobov/zulip-sidebar#script.js>
486
//
487
// TODO fix bug where our results differ from the replit's (see unit tests)
488
StreamColor.iconOnPlainBackground: clamped20to75,
0 commit comments