Skip to content

Commit

Permalink
feat: merge remote
Browse files Browse the repository at this point in the history
  • Loading branch information
wangweiguo_v committed Nov 13, 2021
1 parent df633e9 commit 4abf933
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/varlet-ui/src/themes/dark/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import button from './button'
import cell from './cell'
import card from './card'
import timePicker from './timePicker'
import datePicker from './datePicker'
import skeleton from './skeleton'
import popup from './popup'
import dialog from './dialog'
Expand All @@ -17,9 +20,6 @@ import input from './input'
import select from './select'
import radio from './radio'
import checkbox from './checkbox'
import card from './card'
import timePicker from './timePicker'
import datePicker from './datePicker'
import { StyleVars } from '../../style-provider'

export default {
Expand All @@ -35,6 +35,9 @@ export default {
'--color-text-disabled': '#757575',
...button,
...cell,
...card,
...timePicker,
...datePicker,
...skeleton,
...popup,
...dialog,
Expand All @@ -52,7 +55,4 @@ export default {
...select,
...radio,
...checkbox,
...card,
...timePicker,
...datePicker,
} as StyleVars

0 comments on commit 4abf933

Please sign in to comment.