@delt/claude-alarm 0.3.8 → 0.3.9

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.
@@ -374,9 +374,9 @@
374
374
  .notif-header h2 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-dim); padding: 0; }
375
375
  .notif-clear-all {
376
376
  background: none;
377
- border: 1px solid var(--border);
377
+ border: 1px solid var(--accent);
378
378
  border-radius: 4px;
379
- color: var(--text-dim);
379
+ color: var(--accent);
380
380
  cursor: pointer;
381
381
  font-size: 11px;
382
382
  padding: 2px 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delt/claude-alarm",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "Monitor and get notifications from multiple Claude Code sessions via MCP Channels",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -374,9 +374,9 @@
374
374
  .notif-header h2 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-dim); padding: 0; }
375
375
  .notif-clear-all {
376
376
  background: none;
377
- border: 1px solid var(--border);
377
+ border: 1px solid var(--accent);
378
378
  border-radius: 4px;
379
- color: var(--text-dim);
379
+ color: var(--accent);
380
380
  cursor: pointer;
381
381
  font-size: 11px;
382
382
  padding: 2px 8px;