@eturnity/eturnity_reusable_components 8.13.13-qa-16-03-26.3 → 8.13.13-qa-16-03-26.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "8.13.13-qa-16-03-26.3",
3
+ "version": "8.13.13-qa-16-03-26.4",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -327,7 +327,7 @@ const theme = (() => {
327
327
  borderColor: semanticColors.grey[300],
328
328
  },
329
329
  hover: {
330
- backgroundColor: semanticColors.blue[200],
330
+ backgroundColor: semanticColors.purple[100],
331
331
  textColor: semanticColors.purple[700],
332
332
  borderColor: semanticColors.grey[300],
333
333
  },