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 fd58d45 commit 5635745Copy full SHA for 5635745
lib/api/model/model.dart
@@ -517,7 +517,7 @@ class StreamColorSwatch extends ColorSwatch<StreamColorVariant> {
517
.withOpacity(0.3),
518
519
// Follows `.sidebar-row__icon` in Vlad's replit:
520
- // <https://replit.com/@VladKorobov/zulip-topic-feed-colors#script.js>
+ // <https://replit.com/@VladKorobov/zulip-sidebar#script.js>
521
//
522
// TODO fix bug where our results differ from the replit's (see unit tests)
523
StreamColorVariant.iconOnPlainBackground: clamped20to75,
0 commit comments