From 70535f9baac6bf32bc0a2b560775e06a72d077bb Mon Sep 17 00:00:00 2001 From: David <33458145+davidmcpowell@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:58:01 +0100 Subject: [PATCH] Merge pull request #20713 from overleaf/dp-fix-dark-mode-styles Set default review panel color so that it renders correctly in a dark editor theme GitOrigin-RevId: a3bbaef35dca294822d76eef2e18ca3f03f11857 --- .../web/frontend/stylesheets/app/editor/review-panel-new.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/app/editor/review-panel-new.less b/services/web/frontend/stylesheets/app/editor/review-panel-new.less index ad5f6c0970..7880b339d3 100644 --- a/services/web/frontend/stylesheets/app/editor/review-panel-new.less +++ b/services/web/frontend/stylesheets/app/editor/review-panel-new.less @@ -10,6 +10,7 @@ flex-shrink: 0; background-color: @neutral-10; border-left: solid 0 @neutral-20; + color: @content-primary; font-family: @font-family-base; line-height: @line-height-base; font-size: @font-size-01;