@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.esm.js CHANGED
@@ -466,8 +466,8 @@ const colors = {
466
466
  };
467
467
 
468
468
  const shadows = {
469
- outline: '0 0 0 3px rgba(91, 170, 250, 0.7)',
470
- // primary.400, 70% opacity
469
+ outline: '0 0 0 3px rgba(29, 88, 242, 0.7)',
470
+ // primary.600, 70% opacity
471
471
  drawer: '-8px 0 16px 0 rgba(33,33,33,.1)'
472
472
  };
473
473
  var shadows$1 = merge(theme$2.shadows, shadows);