File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -240,8 +240,16 @@ class SubscriptionItem extends StatelessWidget {
240
240
style: const TextStyle (
241
241
fontSize: 18 ,
242
242
height: (20 / 18 ),
243
+ // The old, soon-to-be-outdated Figma has #262626:
244
+ // https://www.figma.com/design/1JTNtYo9memgW7vV6d0ygq/Zulip-Mobile?node-id=171-12359&t=OgFPAdLiXz9OEzCF-0
245
+ // That might be accidental, though. The same page has
246
+ // #222222 for the topics. The "Inbox" page in that Figma
247
+ // has #222222 for the "Private messages" header, but yeah,
248
+ // #262626 for the channel headers. Hmm...on our "Inbox",
249
+ // looks like we just took #222222 for both those headers.
250
+ // Anyway, eager to have the updated Figma to work from.
243
251
// TODO(#95) need dark-theme color
244
- color: Color (0xFF262626 ),
252
+ color: Color (0xff222222 ),
245
253
).merge (weightVariableTextStyle (context,
246
254
wght: hasUnreads ? 600 : null )),
247
255
maxLines: 1 ,
You can’t perform that action at this time.
0 commit comments