@symbo.ls/default-config 2.11.213 → 2.11.220

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/theme.js +2 -0
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@symbo.ls/default-config",
3
- "version": "2.11.213",
3
+ "version": "2.11.220",
4
4
  "source": "src/index.js",
5
5
  "main": "src/index.js",
6
6
  "dependencies": {
7
7
  "@symbo.ls/default-icons": "latest"
8
8
  },
9
9
  "license": "MIT",
10
- "gitHead": "a8594401d43a070013dc2af50e4083ec9f361c04"
10
+ "gitHead": "557d47cf9535b98e5cfbe8bed505da0db847fc12"
11
11
  }
package/src/theme.js CHANGED
@@ -136,6 +136,7 @@ const UI = {
136
136
 
137
137
  dialog: {
138
138
  '@dark': {
139
+ color: 'white',
139
140
  background: 'gray .92',
140
141
  '.helper': {
141
142
  color: 'white',
@@ -143,6 +144,7 @@ const UI = {
143
144
  }
144
145
  },
145
146
  '@light': {
147
+ color: 'currentColor',
146
148
  background: 'gray .1'
147
149
  }
148
150
  }