diff --git a/src/index.css b/src/index.css index 7ec1e9c..3eb297c 100644 --- a/src/index.css +++ b/src/index.css @@ -38,6 +38,7 @@ limitations under the License. --quinary-content: #394049; --system: #21262c; --background: #15191e; + --backgrouund-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 3bd6a52..6a92468 100644 --- a/src/video-grid/VideoTile.module.css +++ b/src/video-grid/VideoTile.module.css @@ -60,7 +60,7 @@ } .infoBubbleIcon { - background-color: rgba(23, 25, 28, 0.85); + background-color: var(--backgrouund-85); } .button button:hover svg * {