indicator-ui 0.0.25 → 0.0.26

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.css CHANGED
@@ -682,6 +682,15 @@
682
682
  .MicroButton-module__button___QMj95.MicroButton-module__redFill___ANZAX:hover svg * {
683
683
  stroke: var(--error-600);
684
684
  }
685
+ .MicroButton-module__button___QMj95.MicroButton-module__blueLight___zyiu5 {
686
+ background: none;
687
+ }
688
+ .MicroButton-module__button___QMj95.MicroButton-module__blueLight___zyiu5 svg * {
689
+ stroke: var(--blue-dark-50);
690
+ }
691
+ .MicroButton-module__button___QMj95.MicroButton-module__blueLight___zyiu5:hover svg * {
692
+ stroke: var(--blue-dark-200);
693
+ }
685
694
  .MicroButton-module__button___QMj95.MicroButton-module__size14___qZD63 {
686
695
  border-radius: 3px;
687
696
  padding: 2px;