mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #27203 from overleaf/dp-overleaf-dark-theme-name
Change name of dark overall theme from "Default" to "Dark" GitOrigin-RevId: 6928e4779c433e55525becfb5ba3f07a5b3847d3
This commit is contained in:
@@ -344,7 +344,7 @@ module.exports = function (webRouter, privateApiRouter, publicApiRouter) {
|
||||
if (Settings.overleaf != null) {
|
||||
res.locals.overallThemes = [
|
||||
{
|
||||
name: 'Default',
|
||||
name: 'Dark',
|
||||
val: '',
|
||||
path: res.locals.buildCssPath(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user