@quintoandar-tokko/button 1.2.373 → 1.2.375

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/lib/index.js +2 -2
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -208,7 +208,7 @@ var ButtonIcon = exports.ButtonIcon = function ButtonIcon(_ref2) {
208
208
  position: 'absolute',
209
209
  right: '10px',
210
210
  color: '#798B97',
211
- fontSize: '14px',
211
+ fontSize: '12px',
212
212
  transform: isExpanded ? 'rotate(-180deg)' : 'rotate(0deg)',
213
213
  transition: 'all 0.5s',
214
214
  paddingTop: '4px'
@@ -225,7 +225,7 @@ var ButtonIcon = exports.ButtonIcon = function ButtonIcon(_ref2) {
225
225
  position: 'absolute',
226
226
  right: '10px',
227
227
  color: '#798B97',
228
- fontSize: '14px',
228
+ fontSize: '12px',
229
229
  transform: isExpanded ? 'rotate(-180deg)' : 'rotate(0deg)',
230
230
  transition: 'all 0.5s',
231
231
  paddingTop: '4px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintoandar-tokko/button",
3
- "version": "1.2.373",
3
+ "version": "1.2.375",
4
4
  "main": "lib/index.js",
5
5
  "module": "src/index.js",
6
6
  "files": [
@@ -20,5 +20,5 @@
20
20
  "publishConfig": {
21
21
  "access": "public"
22
22
  },
23
- "gitHead": "8ade45a0fe1aa58ef0256dc116324b133b01de1f"
23
+ "gitHead": "78573cff726495828e461c895ebbbc8b85c780b7"
24
24
  }