mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-01 13:36:55 +08:00
fix(page-header): theme not exported
This commit is contained in:
parent
d680890a80
commit
d53d2d9a20
@ -66,6 +66,7 @@ import { treeDark } from '../tree/styles'
|
||||
import { uploadDark } from '../upload/styles'
|
||||
import { selectDark } from '../select/styles'
|
||||
import type { BuiltInGlobalTheme } from './interface'
|
||||
import { pageHeaderDark } from '../page-header/styles'
|
||||
|
||||
export const darkTheme: BuiltInGlobalTheme = {
|
||||
common: commonDark,
|
||||
@ -108,6 +109,7 @@ export const darkTheme: BuiltInGlobalTheme = {
|
||||
Message: messageDark,
|
||||
Modal: modalDark,
|
||||
Notification: notificationDark,
|
||||
PageHeader: pageHeaderDark,
|
||||
Pagination: paginationDark,
|
||||
Popconfirm: popconfirmDark,
|
||||
Popover: popoverDark,
|
||||
|
@ -68,6 +68,7 @@ import { treeLight } from '../tree/styles'
|
||||
import { uploadLight } from '../upload/styles'
|
||||
import { selectLight } from '../select/styles'
|
||||
import type { BuiltInGlobalTheme } from './interface'
|
||||
import { pageHeaderLight } from '../page-header/styles'
|
||||
|
||||
export const lightTheme: BuiltInGlobalTheme = {
|
||||
common: commonLight,
|
||||
@ -110,6 +111,7 @@ export const lightTheme: BuiltInGlobalTheme = {
|
||||
Message: messageLight,
|
||||
Modal: modalLight,
|
||||
Notification: notificationLight,
|
||||
PageHeader: pageHeaderLight,
|
||||
Pagination: paginationLight,
|
||||
Popconfirm: popconfirmLight,
|
||||
Popover: popoverLight,
|
||||
|
Loading…
Reference in New Issue
Block a user