Skip to content

Commit

Permalink
types: update switch css vars
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Dec 3, 2024
1 parent 9cf6783 commit 20118e8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/varlet-ui/types/styleVars.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,19 @@ interface BaseStyleVars {
'--switch-variant-handle-active-color'?: string
'--switch-variant-handle-background'?: string
'--switch-variant-handle-active-background'?: string
'--switch-width'?: string
'--switch-height'?: string
'--switch-track-width'?: string
'--switch-track-height'?: string
'--switch-track-border-radius'?: string
'--switch-handle-width'?: string
'--switch-handle-height'?: string
'--switch-ripple-size'?: string
'--switch-ripple-left'?: string
'--switch-ripple-active-left'?: string
'--switch-loading-size'?: string
'--switch-variant-ripple-left'?: string
'--switch-variant-ripple-active-left'?: string
'--table-background'?: string
'--table-border-radius'?: string
'--table-thead-border-bottom'?: string
Expand Down

0 comments on commit 20118e8

Please sign in to comment.