codexly-ui 0.11.2 → 0.11.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.
@@ -11570,9 +11570,9 @@ class ClxNotificationComponent {
11570
11570
  </div>
11571
11571
 
11572
11572
  @if (_readCount() > 0) {
11573
- <div class="flex justify-end px-4 py-2.5 border-t border-clx-border-soft">
11574
- <button type="button" class="text-xs font-semibold text-clx-text-subtle hover:text-red-500"
11575
- (click)="deleteAllRead.emit()">
11573
+ <div class="flex justify-end px-3 py-2.5 border-t border-clx-border-soft">
11574
+ <button clx-button type="button" variant="ghost" color="red" size="xs"
11575
+ icon="delete_sweep" (click)="deleteAllRead.emit()">
11576
11576
  Eliminar leídas
11577
11577
  </button>
11578
11578
  </div>
@@ -11684,9 +11684,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
11684
11684
  </div>
11685
11685
 
11686
11686
  @if (_readCount() > 0) {
11687
- <div class="flex justify-end px-4 py-2.5 border-t border-clx-border-soft">
11688
- <button type="button" class="text-xs font-semibold text-clx-text-subtle hover:text-red-500"
11689
- (click)="deleteAllRead.emit()">
11687
+ <div class="flex justify-end px-3 py-2.5 border-t border-clx-border-soft">
11688
+ <button clx-button type="button" variant="ghost" color="red" size="xs"
11689
+ icon="delete_sweep" (click)="deleteAllRead.emit()">
11690
11690
  Eliminar leídas
11691
11691
  </button>
11692
11692
  </div>