Skip to content

Commit 9580c43

Browse files
authored
fix[element-variables]: missing space in element-variables (PanJiaChen#3144)
1 parent 1b8f726 commit 9580c43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/styles/element-variables.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* theme color */
77
$--color-primary: #1890ff;
88
$--color-success: #13ce66;
9-
$--color-warning: #FFBA00;
9+
$--color-warning: #ffba00;
1010
$--color-danger: #ff4949;
1111
// $--color-info: #1E1E1E;
1212

@@ -17,10 +17,10 @@ $--button-font-weight: 400;
1717
$--border-color-light: #dfe4ed;
1818
$--border-color-lighter: #e6ebf5;
1919

20-
$--table-border:1px solid#dfe6ec;
20+
$--table-border: 1px solid #dfe6ec;
2121

2222
/* icon font path, required */
23-
$--font-path: '~element-ui/lib/theme-chalk/fonts';
23+
$--font-path: "~element-ui/lib/theme-chalk/fonts";
2424

2525
@import "~element-ui/packages/theme-chalk/src/index";
2626

0 commit comments

Comments
 (0)