@sk-web-gui/core 0.1.23 → 0.1.24

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/index.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sk-web-gui/core",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "license": "MIT",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -31,5 +31,5 @@
31
31
  "postcss-import": "^14.0.2",
32
32
  "tailwindcss": "^2.2.4"
33
33
  },
34
- "gitHead": "e50bb4ca3f72e752e3f94f870357e3229119f8af"
34
+ "gitHead": "b85a2130fa449e58e424f62eaa093871e3a71ff9"
35
35
  }
package/src/index.js CHANGED
@@ -141,6 +141,7 @@ module.exports = plugin.withOptions(
141
141
  extend: {
142
142
  colors: {
143
143
  ...colors,
144
+ current: 'currentColor',
144
145
  gray: {
145
146
  DEFAULT: "#4b4b4b",
146
147
  stroke: "#939393",