diff --git a/src/menu/snippets/lower-left-demo.html b/src/menu/snippets/lower-left-demo.html index ee3b3fce7..ad2bda365 100644 --- a/src/menu/snippets/lower-left-demo.html +++ b/src/menu/snippets/lower-left-demo.html @@ -4,14 +4,14 @@ width: 200px; } .demo-menu.demo-menu__lower-left .background { - background: white; + background: #fff; height: 148px; width: 100%; } .demo-menu.demo-menu__lower-left .bar { box-sizing: border-box; background: #3F51B5; - color: white; + color: #fff; width: 100%; padding: 16px; }