diff --git a/app-bar.js b/app-bar.js index a72adbe..43d9a37 100644 --- a/app-bar.js +++ b/app-bar.js @@ -17,9 +17,6 @@ class AppBar extends IgniteElement { flex-direction: row; align-items: center; justify-content: space-around; - - border-top-left-radius: 1em; - border-top-right-radius: 1em; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; } @@ -46,7 +43,7 @@ class AppBar extends IgniteElement { } ready() { - + } }