profinansy-ui-lib 3.1.77 → 3.1.78
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.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3382,6 +3382,7 @@
|
|
|
3382
3382
|
justify-content: center;
|
|
3383
3383
|
align-items: center;
|
|
3384
3384
|
cursor: pointer;
|
|
3385
|
+
outline: none;
|
|
3385
3386
|
transition: all 0.3s ${o.AnimationFunctions.animation_1};
|
|
3386
3387
|
background: ${e=>e.theme.interactiveButtons.outlineBrandBackground};
|
|
3387
3388
|
border: none;
|