Fix var name

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-08-02 12:45:21 +02:00
commit 2e57eaad1d
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ limitations under the License.
--quinary-content: #394049; --quinary-content: #394049;
--system: #21262c; --system: #21262c;
--background: #15191e; --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 */ --bgColor3: #444; /* This isn't found anywhere in the designs or Compound */
} }

View file

@ -60,7 +60,7 @@
} }
.infoBubbleIcon { .infoBubbleIcon {
background-color: var(--backgrouund-85); background-color: var(--background-85);
} }
.button { .button {