@spothero/ui 25.1.0 → 25.1.1

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/dist/index.cjs.js CHANGED
@@ -494,8 +494,8 @@ const colors = {
494
494
  };
495
495
 
496
496
  const shadows = {
497
- outline: '0 0 0 3px rgba(91, 170, 250, 0.7)',
498
- // primary.400, 70% opacity
497
+ outline: '0 0 0 3px rgba(29, 88, 242, 0.7)',
498
+ // primary.600, 70% opacity
499
499
  drawer: '-8px 0 16px 0 rgba(33,33,33,.1)'
500
500
  };
501
501
  var shadows$1 = merge__default.default(react.theme.shadows, shadows);