@memori.ai/memori-react 7.4.2 → 7.4.4

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/src/styles.css CHANGED
@@ -89,6 +89,8 @@ body.sb-show-main #root,
89
89
  --memori-button-border-color: #d9d9d9;
90
90
  --memori-button-radius: var(--memori-border-radius);
91
91
  --memori-button-box-shadow: var(--memori-box-shadow);
92
+ --memori-button-disabled-bg: #ccc;
93
+ --memori-button-disabled-color: #000;
92
94
  --memori-blur-background: 0px;
93
95
  --memori-drawer--width: 80%;
94
96
  --memori-drawer--width--md: 80%;
@@ -97,7 +99,6 @@ body.sb-show-main #root,
97
99
  --memori-modal--width--md: 80%;
98
100
  --memori-error-color: #ff4d4f;
99
101
  --memori-warning-color: #faad14;
100
- --memori-button-disabled-bg: #f9f9f9;
101
102
 
102
103
  font-family: var(--memori-font-family, 'Lexend Deca Variable', 'Lexend Deca', sans-serif);
103
104
  font-size: 16px;