Skip to content

Commit

Permalink
fix: import dark themes of form related components
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Nov 15, 2021
1 parent 0fc7991 commit 32e6f08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/varlet-ui/src/themes/dark/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ import switchThemes from './switch'
import steps from './steps'
import pagination from './pagination'
import table from './table'
import input from './input'
import select from './select'
import radio from './radio'
import checkbox from './checkbox'
import divider from './divider'
import { StyleVars } from '../../style-provider'

Expand Down Expand Up @@ -52,5 +56,9 @@ export default {
...steps,
...pagination,
...table,
...input,
...select,
...radio,
...checkbox,
...divider,
} as StyleVars

0 comments on commit 32e6f08

Please sign in to comment.