mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 18:10:58 +00:00
Fix typo
This commit is contained in:
parent
95da694049
commit
3c9a4ccc03
|
|
@ -44,7 +44,7 @@ export function MastodonThemes(): Plugin {
|
|||
...themes,
|
||||
default_theme_tokens: 'styles_new/application.scss',
|
||||
'mastodon-light_theme_tokens': 'styles_new/mastodon-light.scss',
|
||||
contract_theme_tokens: 'styles_new/contrast.scss',
|
||||
contrast_theme_tokens: 'styles_new/contrast.scss',
|
||||
};
|
||||
|
||||
for (const [themeName, themePath] of Object.entries(allThemes)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user