Browse Source

테마 라이트 변경

pull/2/head
김지은 1 year ago
parent
commit
6520ca5125
  1. 6
      src/configs/themeConfig.js

6
src/configs/themeConfig.js

@ -3,13 +3,13 @@
//Template config options
const themeConfig = {
app: {
appName: 'DRONESYS',
appName: '드론교통관리',
// appLogoImage: require('@src/assets/images/logo/logo.svg').default,
appLogoImage: require('../assets/images/pal_logo.png').default
appLogoImage: require('../assets/images/logo/kac_logo_ icon.svg').default
},
layout: {
isRTL: false,
skin: 'dark', // light, dark, bordered, semi-dark
skin: 'light', // light, dark, bordered, semi-dark
routerTransition: 'fadeIn', // fadeIn, fadeInLeft, zoomIn, none or check this for more transition https://animate.style/
type: 'vertical', // vertical, horizontal
contentWidth: 'full', // full, boxed

Loading…
Cancel
Save