From 1b4591a9c14e4c69cb08ca7fd37a886b6dbeee38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Po=C5=9Bpiech?= <37746259+piotrpospiech@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:17:36 +0100 Subject: [PATCH] Fixed toolbar background color. --- website/index.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/index.module.css b/website/index.module.css index 90da195e0..cb4d8164c 100644 --- a/website/index.module.css +++ b/website/index.module.css @@ -756,11 +756,11 @@ } .playground-toolbar { - background: var(--uni-toolbar-bgcolor); + background-color: var(--uni-toolbar-bgcolor); } .playground-toolbar select { - background: transparent; + background-color: var(--uni-toolbar-bgcolor); font-size: 1rem; margin: 0.25em; padding: 0.5em;