1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-14 15:47:19 +08:00
This commit is contained in:
Henry Jameson 2020-01-27 04:24:00 +02:00
parent 7c074b8741
commit 5313833d80
2 changed files with 71 additions and 69 deletions
src/components/style_switcher
test/unit/specs/services/theme_data

View file

@ -1,8 +1,11 @@
<template>
<div class="style-switcher">
<div class="style-switcher">
<div class="presets-container">
<div class="save-load">
<div class="theme-warning" v-if="themeWarning">
<div
v-if="themeWarning"
class="theme-warning"
>
<div class="alert warning">
{{ themeWarningHelp }}
</div>

View file

@ -86,5 +86,4 @@ describe('Theme Data utility functions', () => {
expect(out.indexOf('a')).to.be.below(out.indexOf('c'))
})
})
})