mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-28 02:20:47 +00:00
Fix typo
This commit is contained in:
parent
95da694049
commit
3c9a4ccc03
|
|
@ -44,7 +44,7 @@ export function MastodonThemes(): Plugin {
|
||||||
...themes,
|
...themes,
|
||||||
default_theme_tokens: 'styles_new/application.scss',
|
default_theme_tokens: 'styles_new/application.scss',
|
||||||
'mastodon-light_theme_tokens': 'styles_new/mastodon-light.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)) {
|
for (const [themeName, themePath] of Object.entries(allThemes)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user