summaryrefslogtreecommitdiff
path: root/src/client/theme.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-17 06:37:39 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-17 06:37:39 +0900
commit15839a739983c78c13159fcbf95c9ed87b43a105 (patch)
tree3ee197aee028c52af7d03be3a02fd9e0d0817bc8 /src/client/theme.ts
parentClean up (diff)
downloadmisskey-15839a739983c78c13159fcbf95c9ed87b43a105.tar.gz
misskey-15839a739983c78c13159fcbf95c9ed87b43a105.tar.bz2
misskey-15839a739983c78c13159fcbf95c9ed87b43a105.zip
:art:
Diffstat (limited to 'src/client/theme.ts')
-rw-r--r--src/client/theme.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/theme.ts b/src/client/theme.ts
index c446528f06..576096cf70 100644
--- a/src/client/theme.ts
+++ b/src/client/theme.ts
@@ -52,7 +52,7 @@ export function applyTheme(theme: Theme, persist = true) {
for (const tag of document.head.children) {
if (tag.tagName === 'META' && tag.getAttribute('name') === 'theme-color') {
- tag.setAttribute('content', props['accent']);
+ tag.setAttribute('content', props['html']);
break;
}
}