🎨
This commit is contained in:
parent
26b3a14a63
commit
15839a7399
5 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue