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 {