@symbo.ls/default-config 2.11.212 → 2.11.215

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.
package/README.md CHANGED
@@ -1,2 +1,2 @@
1
1
  # Default Config
2
- This is a default repository for Symbols Design Systems. It shows how it works and provides some default propoerties. Check out the [docs page](http://docs.symbols.app/intro#configuration) to learn more.
2
+ This is a default repository for Symbols Design Systems. It shows how it works and provides some default propoerties. Check out the [docs page](http://symbols.app/developersintro#configuration) to learn more.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@symbo.ls/default-config",
3
- "version": "2.11.212",
3
+ "version": "2.11.215",
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": "12914eac8527ac1df36183098bbf3dfcfaa2e027"
10
+ "gitHead": "1dc01c98b5717566aaee3155b73829e428d51055"
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
  }