From 2e57eaad1dc3584456dfbde49435af93f689fb5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 2 Aug 2022 12:45:21 +0200 Subject: [PATCH] Fix var name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/index.css | 2 +- src/video-grid/VideoTile.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 3eb297cc..6e9a9128 100644 --- a/src/index.css +++ b/src/index.css @@ -38,7 +38,7 @@ limitations under the License. --quinary-content: #394049; --system: #21262c; --background: #15191e; - --backgrouund-85: rgba(23, 25, 28, 0.85); + --background-85: rgba(23, 25, 28, 0.85); --bgColor3: #444; /* This isn't found anywhere in the designs or Compound */ } diff --git a/src/video-grid/VideoTile.module.css b/src/video-grid/VideoTile.module.css index 10f4d944..504b39fb 100644 --- a/src/video-grid/VideoTile.module.css +++ b/src/video-grid/VideoTile.module.css @@ -60,7 +60,7 @@ } .infoBubbleIcon { - background-color: var(--backgrouund-85); + background-color: var(--background-85); } .button {