material-components / material-components-ios-codelabs

Codelabs for Material Components for iOS (MDC-iOS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in MDC-103 step 8

rignaneseleo opened this issue · comments

commented

In the MDC-103 step 8 with brightness: Brightness.light you changed the status bar from black to pink, but it's written:

Now the products scroll horizontally in a woven-inspired pattern. Also, the status bar (time and network at the top) is now black. That's because we changed the AppBar's brightness to light, brightness: Brightness.light

It should be:

Now the products scroll horizontally in a woven-inspired pattern. Also, the status bar (time and network at the top) is now pink. That's because we changed the AppBar's brightness to light, brightness: Brightness.light

Hi @rignaneseleo , thanks for the bug report! I'm not sure this refers to the iOS codelab. Is it possible that this is an issue with the Flutter or Web codelab?

commented

This is the page I'm refering to: https://codelabs.developers.google.com/codelabs/mdc-103-flutter/#7
I was sure to have written in the right GitHub repo but now I see that is wrong. Sorry :)
I'm going to close this and report the typo in the right repo!