From 8a60326e39f067f1f414a32de55327e9d2fb3f7b Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 3 Jan 2023 19:58:14 -0800 Subject: [PATCH] Update index.scss --- components/GridRep/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/GridRep/index.scss b/components/GridRep/index.scss index da2a7424..5615e2a8 100644 --- a/components/GridRep/index.scss +++ b/components/GridRep/index.scss @@ -144,6 +144,10 @@ .raid { color: var(--text-primary); margin-bottom: calc($unit / 2); + + &.empty { + color: var(--text-tertiary); + } } .user {