@dev-tcloud/tcloud-ui 7.0.2 → 7.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-tcloud/tcloud-ui",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "21.2.17",
6
6
  "@angular/core": "21.2.17",
@@ -218,8 +218,8 @@ $btn-by-colors-by-link:
218
218
  }
219
219
 
220
220
  .tc-rev-btn-square{
221
- background-color: #fff;
222
- border: 1.5px solid #ccc;
221
+ background-color: var(--c-neutral-50);
222
+ border: 1.5px solid var(--c-primary-500);
223
223
  border-radius: 5px;
224
224
  color: var(--c-primary-500);
225
225
  cursor: pointer;