mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
v1.3.1
- Fixed theme css path - Fixed slider thumbs initializing in the wrong position
This commit is contained in:
@@ -39,7 +39,7 @@ export class SettingsService {
|
||||
const link = document.createElement('link')
|
||||
link.type = 'text/css'
|
||||
link.rel = 'stylesheet'
|
||||
link.href = `./assets/themes/${theme}.css`
|
||||
link.href = `./assets/themes/${theme.toLowerCase()}.css`
|
||||
this.currentThemeLink = document.head.appendChild(link)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user