From 15f2b111f192be02e8d4ff545b24c3b3cda2ba89 Mon Sep 17 00:00:00 2001 From: Breadway Date: Wed, 22 Jul 2026 11:44:24 +0800 Subject: [PATCH] random commit message, read it yourself --- .gitignore | 3 +++ src/theme.rs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 816e2ad..7660082 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ logs/ # Internal design documents (not for distribution) aster-brief.md + +# Local hygiene notes (not for commit) +CLAUDE.md diff --git a/src/theme.rs b/src/theme.rs index 6cee541..ea20c89 100644 --- a/src/theme.rs +++ b/src/theme.rs @@ -19,7 +19,7 @@ fn load_css() -> String { // popover/card/OSD surface so they read as one design system rather than // four different ones. `radius_pill` is only for the tiny transient OSD. let radius = "10px"; - let radius_sm = "6px"; + let radius_sm = "0px"; let radius_pill = "20px"; let pad = "10px";