Merge pull request #32936 from overleaf/mj-ce-themes

[web] Enable changing overall themes in SP/CE

GitOrigin-RevId: a6aa35e40826faec1001b658603b9f1cc8b0a50d
This commit is contained in:
Mathias Jakobsen
2026-04-21 08:06:31 +00:00
committed by Copybot
parent 628e05a278
commit 32255a4e6f
8 changed files with 47 additions and 26 deletions
@@ -51,12 +51,10 @@ describe('<SettingsModal />', function () {
{
name: 'Overall Theme 1',
val: '',
path: 'https://overleaf.com/overalltheme-1.css',
},
{
name: 'Overall Theme 2',
val: 'light-',
path: 'https://overleaf.com/overalltheme-2.css',
},
]
@@ -17,12 +17,10 @@ describe('<OverallThemeSetting />', function () {
{
name: 'Overall Theme 1',
val: '',
path: 'https://overleaf.com/overalltheme-1.css',
},
{
name: 'Overall Theme 2',
val: 'light-',
path: 'https://overleaf.com/overalltheme-2.css',
},
]