diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index c217e3fd01..d5c41bedc8 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -3288,8 +3288,15 @@ button.module-conversation-details__action-button { &__info { @include font-body-2; - color: $color-gray-60; margin-top: 4px; + + @include light-theme { + color: $color-gray-60; + } + + @include dark-theme { + color: $color-gray-25; + } } &__right {