profinansy-ui-lib 3.5.90 → 3.5.91

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -259,7 +259,7 @@
259
259
  border-radius: 90px;
260
260
  & span {
261
261
  transition: all 0.3s ${l.AnimationFunctions.animation_1};
262
- color: ${e=>e.isLike?e.theme.text.negative:e.theme.text.tertiary};
262
+ color: ${e=>e.isViewMode?e.theme.text.fourth:e.isLike?e.theme.text.negative:e.theme.text.tertiary};
263
263
  }
264
264
  & svg {
265
265
  transition: all 0.3s ${l.AnimationFunctions.animation_1};
@@ -267,7 +267,7 @@
267
267
  & path {
268
268
  transition: all 0.3s ${l.AnimationFunctions.animation_1};
269
269
  fill: transparent;
270
- stroke: ${e=>e.theme.icons.secondary};
270
+ stroke: ${e=>e.isViewMode?e.theme.icons.fourth:e.theme.icons.secondary};
271
271
  }
272
272
  ${({isViewMode:e,isLike:t,theme:n})=>!e&&u.css`
273
273
  &:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.5.90",
3
+ "version": "3.5.91",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {