Skip to content

Commit

Permalink
fix(color-picker): fix color-picker style import
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc committed Mar 30, 2024
1 parent fd5f01f commit a3cda17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/web-vue/components/color-picker/style/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
import '../../style/index.less';
import '../../input/style';
import '../../input-number/style';
import '../../select/style';
import './index.less';
1 change: 1 addition & 0 deletions packages/web-vue/components/color-picker/style/token.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import '../../style/theme/index.less';
@import '../../input/style/token.less';

@color-preview-size-mini: @size-4;
@color-preview-size-small: 22px;
Expand Down

0 comments on commit a3cda17

Please sign in to comment.