Compare commits

...

1 Commits

Author SHA1 Message Date
woikos
57eec55727 fix(ui): use white text for event chips in light mode (v0.52.1)
Some checks failed
Go / build-and-release (push) Has been cancelled
- Change .kind-number and .delete-target chips to use white text
- Improves contrast on colored backgrounds (cyan/red) in light mode

Files modified:
- app/web/src/EventsView.svelte: Fixed chip text colors
- app/web/dist/: Rebuilt web UI bundle
- pkg/version/version: Bump to v0.52.1

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 17:27:51 +01:00
5 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -408,7 +408,7 @@
.kind-number {
background: var(--primary);
color: var(--text-color);
color: #ffffff;
padding: 0.1em 0.4em;
border: 0;
font-size: 0.7em;
@@ -455,7 +455,7 @@
.delete-target {
background: var(--danger);
color: var(--text-color);
color: #ffffff;
padding: 0.1em 0.3em;
border-radius: 0.2rem;
font-size: 0.7em;

View File

@@ -1 +1 @@
v0.51.0
v0.52.1