antd-mobile 5.32.2 → 5.32.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,13 +56,17 @@ html[data-prefers-color-scheme=dark] {
56
56
 
57
57
  :root {
58
58
  -webkit-tap-highlight-color: rgba(0,0,0,0);
59
+ --adm-color-background-body: var(--adm-color-background);
60
+ }
61
+
62
+ html {
63
+ background-color: var(--adm-color-background-body);
59
64
  }
60
65
 
61
66
  body {
62
67
  color: var(--adm-color-text);
63
68
  font-size: var(--adm-font-size-main);
64
69
  font-family: var(--adm-font-family);
65
- background-color: var(--adm-color-background);
66
70
  }
67
71
 
68
72
  a,
@@ -4812,6 +4816,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled):after {
4812
4816
  font-size: var(--adm-font-size-7);
4813
4817
  line-height: 1.5;
4814
4818
  box-sizing: border-box;
4819
+ text-align: initial;
4815
4820
  }
4816
4821
 
4817
4822
  .adm-toast-mask .adm-toast-main-text {
@@ -24,6 +24,7 @@
24
24
  font-size: var(--adm-font-size-7);
25
25
  line-height: 1.5;
26
26
  box-sizing: border-box;
27
+ text-align: initial;
27
28
  }
28
29
 
29
30
  .adm-toast-mask .adm-toast-main-text {
@@ -58,13 +58,17 @@ html[data-prefers-color-scheme='dark'] {
58
58
 
59
59
  :root {
60
60
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
61
+ --adm-color-background-body: var(--adm-color-background);
62
+ }
63
+
64
+ html {
65
+ background-color: var(--adm-color-background-body);
61
66
  }
62
67
 
63
68
  body {
64
69
  color: var(--adm-color-text);
65
70
  font-size: var(--adm-font-size-main);
66
71
  font-family: var(--adm-font-family);
67
- background-color: var(--adm-color-background);
68
72
  }
69
73
 
70
74
  a,
@@ -24,6 +24,7 @@
24
24
  font-size: var(--adm-font-size-7);
25
25
  line-height: 1.5;
26
26
  box-sizing: border-box;
27
+ text-align: initial;
27
28
  }
28
29
 
29
30
  .adm-toast-mask .adm-toast-main-text {
@@ -58,13 +58,17 @@ html[data-prefers-color-scheme='dark'] {
58
58
 
59
59
  :root {
60
60
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
61
+ --adm-color-background-body: var(--adm-color-background);
62
+ }
63
+
64
+ html {
65
+ background-color: var(--adm-color-background-body);
61
66
  }
62
67
 
63
68
  body {
64
69
  color: var(--adm-color-text);
65
70
  font-size: var(--adm-font-size-main);
66
71
  font-family: var(--adm-font-family);
67
- background-color: var(--adm-color-background);
68
72
  }
69
73
 
70
74
  a,
package/2x/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-mobile",
3
- "version": "5.32.2",
3
+ "version": "5.32.3",
4
4
  "dependencies": {
5
5
  "@floating-ui/dom": "^1.4.2",
6
6
  "@rc-component/mini-decimal": "^1.1.0",