ldx-widgets
Advanced tools
Comparing version 3.12.1 to 3.12.2
@@ -163,3 +163,3 @@ (function() { | ||
key: 'save', | ||
className: css(styles.btn), | ||
className: unSavedChanges ? css(styles.btn) : css(styles.btn, styles.disabled), | ||
onClick: save, | ||
@@ -308,2 +308,5 @@ disabled: !unSavedChanges, | ||
fontSize: '13px' | ||
}, | ||
disabled: { | ||
color: '#cccccc' | ||
} | ||
@@ -310,0 +313,0 @@ }); |
{ | ||
"name": "ldx-widgets", | ||
"version": "3.12.1", | ||
"version": "3.12.2", | ||
"description": "widgets", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
1021025
10133