Chromium Code Reviews| Index: sky/examples/stocks/stocks.sky |
| diff --git a/sky/examples/stocks/stocks.sky b/sky/examples/stocks/stocks.sky |
| index 60138108c186e1db22fdb0a02b6bf689d2fee466..b471cdefabfb3f14f9a5c6e47ccff86022cbd800 100644 |
| --- a/sky/examples/stocks/stocks.sky |
| +++ b/sky/examples/stocks/stocks.sky |
| @@ -30,9 +30,10 @@ |
| sky-toolbar { |
| display: flex; |
| align-items: center; |
| - background-color: #526E9C; |
| + background-color: #3F51B5; |
| color: white; |
| height: 56px; |
| + box-shadow: 0px 4px 4px grey; |
| } |
| #menu { |
| display: flex; |