From d3fdd7b0d8f5e12453b6afd5ed5f454f988ec263 Mon Sep 17 00:00:00 2001 From: Eugene Orlov Date: Tue, 27 Jun 2023 22:14:54 +0200 Subject: [PATCH] Fix color var usage --- frontend/apps/remark42/app/components/auth/auth.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/remark42/app/components/auth/auth.module.css b/frontend/apps/remark42/app/components/auth/auth.module.css index 4ec70a06..1c556f90 100644 --- a/frontend/apps/remark42/app/components/auth/auth.module.css +++ b/frontend/apps/remark42/app/components/auth/auth.module.css @@ -197,7 +197,7 @@ } .telegramQR { - background-color: var(--white-color); + background-color: rgb(var(--white-color)); box-sizing: border-box; display: block; margin: 12px auto;