Skip to content

Commit 43e25df

Browse files
committed
feat: WeUI v2.4.0
1 parent f8ba881 commit 43e25df

File tree

6 files changed

+31
-37
lines changed

6 files changed

+31
-37
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v2.4.0 (2020-04-29)
2+
3+
#### Features
4+
* feat: 升级色板配色
5+
6+
17
### v2.3.0 (2020-03-04)
28

39
#### Features

dist/style/weui.css

Lines changed: 15 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/style/weui.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weui",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.",
55
"keywords": [
66
"weui",

src/style/base/theme/vars/dark.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.varsDark() {
2-
--weui-BG-0: #191919;
3-
--weui-BG-1: #1f1f1f;
4-
--weui-BG-2: #232323;
5-
--weui-BG-3: #2f2f2f;
6-
--weui-BG-4: #606060;
2+
--weui-BG-0: #111111;
3+
--weui-BG-1: #1e1e1e;
4+
--weui-BG-2: #191919;
5+
--weui-BG-3: #202020;
6+
--weui-BG-4: #404040;
77
--weui-BG-5: #2c2c2c;
88
--weui-FG-0: rgba(255, 255, 255, 0.8);
99
--weui-FG-HALF: rgba(255, 255, 255, 0.6);
@@ -14,7 +14,7 @@
1414
--weui-ORANGE: #c87d2f;
1515
--weui-YELLOW: #cc9c00;
1616
--weui-GREEN: #74a800;
17-
--weui-LIGHTGREEN: #28b561;
17+
--weui-LIGHTGREEN: #3eb575;
1818
--weui-BRAND: #07c160;
1919
--weui-BLUE: #10aeff;
2020
--weui-INDIGO: #1196ff;

src/style/widget/weui-tips/weui-toast.less

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@
3131
flex-direction: column;
3232
align-items: center;
3333
justify-content: center;
34-
background-color: #4c4c4c;
35-
.dark({
36-
background-color: #606060;
37-
});
34+
background-color: var(--weui-BG-4);
3835
}
3936
.weui-icon_toast {
4037
display: block;

0 commit comments

Comments
 (0)