/**
 * cxd 主题变量
 */

import { DefaultTheme } from 'styled-components'

import { DeepPartial } from '@core/utils/types'

const cxdTheme: DeepPartial<DefaultTheme> = {
  colors: {
    layoutHeaderBg: '#f5f5f5',
  },
}

export default cxdTheme
