Skip to content

Commit

Permalink
use 4p shadow in AppBar as spec indicates
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmoya committed Sep 30, 2016
1 parent 4ded9ac commit 1da85d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app_bar/theme.css
Expand Up @@ -12,7 +12,7 @@
padding: 0 var(--appbar-h-padding);

&:not(.flat) {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
box-shadow: var(--shadow-4p);
z-index: var(--z-index-high);
}

Expand Down

0 comments on commit 1da85d3

Please sign in to comment.