@indigina/kendo 1.2.33 → 1.2.34

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.
@@ -2205,7 +2205,7 @@ div.warn {
2205
2205
  .profile-img .img-circle {
2206
2206
  height: 40px;
2207
2207
  width: 40px;
2208
- background: url('./../images/user.png') no-repeat;
2208
+ background: #e9e9e9 url('./../images/user.png') no-repeat;
2209
2209
  background-size: contain;
2210
2210
  }
2211
2211
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/kendo",
3
- "version": "1.2.33",
3
+ "version": "1.2.34",
4
4
  "peerDependencies": {
5
5
  "@angular/compiler": "^16.2.8",
6
6
  "@angular/core": "^16.2.8"