math-main-components 0.0.231 → 0.0.234

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": "math-main-components",
3
- "version": "0.0.231",
3
+ "version": "0.0.234",
4
4
  "author": "Emilian Scheel",
5
5
  "files": [
6
6
  "dist/**/*",
@@ -2,7 +2,7 @@
2
2
 
3
3
  --focus-shadow: 0px 0px 0px 4px #0057FF40;
4
4
  --focus-border: 1px solid var(--primary-1);
5
- --focus-background: #0055ff12;
5
+ --focus-background: #EFF3FE;
6
6
  --invalid-shadow: 0px 0px 0px 4px #ff000040;
7
7
  --invalid-border: 1px solid var(--red-1);
8
8