refactor: add default theme to style.css

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-03-08 08:49:45 +01:00
parent 1def3a9fb3
commit 36ac64f054
3 changed files with 5 additions and 8 deletions
+1
View File
@@ -82,4 +82,5 @@ export default {
</template>
<style>
@import '../../style.css';
@import '../../theme-default.css';
</style>