Skip to content

Commit

Permalink
fix(button): fix button style
Browse files Browse the repository at this point in the history
  • Loading branch information
ming680 committed Jul 19, 2024
1 parent 3360242 commit c326dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/button/style/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { css, globalCSS } from 'omi';

// 为了做主题切换
import styles from '../../_common/style/web/components/range-input/_index.less';
import styles from '../../_common/style/web/components/button/_index.less';

export const styleSheet = css`
${styles}
Expand Down

0 comments on commit c326dee

Please sign in to comment.