|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <n-config-provider data-cy="app" :theme="theme" :class="{ dark: mode }">
|
|
|
|
|
|
+ <n-config-provider data-cy="app" :theme="theme" :theme-overrides="themeOverrides" :class="{ dark: mode }">
|
|
<n-layout position="absolute" style="height: 100vh">
|
|
<n-layout position="absolute" style="height: 100vh">
|
|
<n-layout-header style="padding: 24px" bordered>
|
|
<n-layout-header style="padding: 24px" bordered>
|
|
<div class="flex justify-between items-center">
|
|
<div class="flex justify-between items-center">
|
|
@@ -63,6 +63,7 @@ import { useSDK } from '@/sdk'
|
|
import { darkTheme, lightTheme } from 'naive-ui'
|
|
import { darkTheme, lightTheme } from 'naive-ui'
|
|
import { computed, ref, watchEffect, h, onMounted } from 'vue'
|
|
import { computed, ref, watchEffect, h, onMounted } from 'vue'
|
|
import type { Component } from 'vue'
|
|
import type { Component } from 'vue'
|
|
|
|
+import themeOverrides from '@/styles/theme.js'
|
|
import {
|
|
import {
|
|
ChevronBackOutline,
|
|
ChevronBackOutline,
|
|
Layers,
|
|
Layers,
|