Skip to content

Commit 1e76d7a

Browse files
committed
derp
1 parent 35873d3 commit 1e76d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gridjs-vue.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default {
198198
styles.type = 'text/css'
199199
head.appendChild(styles)
200200

201-
let theme = await fetch(`https://unpkg.com/gridjs/dist/theme/mermaid.css`)
201+
let theme = await fetch(`https://unpkg.com/gridjs/dist/theme/${this.activeTheme}.css`)
202202
theme = await theme.text()
203203
injectStyle(theme, styles.id)
204204
} catch (error) {

0 commit comments

Comments
 (0)