@sis-cc/dotstatsuite-visions 7.4.1 → 7.4.2
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/es/theme.js +1 -2
- package/lib/theme.js +1 -2
- package/package.json +1 -1
package/es/theme.js
CHANGED
|
@@ -287,8 +287,7 @@ export var sisccTheme = function sisccTheme(_ref) {
|
|
|
287
287
|
},
|
|
288
288
|
table: {
|
|
289
289
|
flag: {
|
|
290
|
-
|
|
291
|
-
fontSize: 12,
|
|
290
|
+
fontSize: 10,
|
|
292
291
|
color: outerPalette.textLight || innerPalette.textLight
|
|
293
292
|
},
|
|
294
293
|
dot: {
|
package/lib/theme.js
CHANGED
|
@@ -290,8 +290,7 @@ var sisccTheme = exports.sisccTheme = function sisccTheme(_ref) {
|
|
|
290
290
|
},
|
|
291
291
|
table: {
|
|
292
292
|
flag: {
|
|
293
|
-
|
|
294
|
-
fontSize: 12,
|
|
293
|
+
fontSize: 10,
|
|
295
294
|
color: outerPalette.textLight || innerPalette.textLight
|
|
296
295
|
},
|
|
297
296
|
dot: {
|