From 0fb4e51dacf28eb5d2d739eeb4ab2ef1dce0681d Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Sun, 22 Feb 2026 15:40:00 +0530 Subject: [PATCH] chore(ui): change corner radius of default theme --- README.md | 2 +- themes/picoforge-zinc.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 628f950..7f5e767 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ See [LICENSE](LICENSE) for full details. ## Repository Maintainers - **Suyog Tandel** ([@lockedmutex](https://github.com/lockedmutex)) -- **Lab-8916100448256** ([@Lab-8916100448256](https://github.com/Lab-8916100448256)) - Co-Maintainer +- **Fabrice Bellamy** ([@Lab-8916100448256](https://github.com/Lab-8916100448256)) - Co-Maintainer ## Package Maintainers diff --git a/themes/picoforge-zinc.json b/themes/picoforge-zinc.json index c8c2a2f..65bb24c 100644 --- a/themes/picoforge-zinc.json +++ b/themes/picoforge-zinc.json @@ -7,8 +7,8 @@ { "name": "PicoForge Zinc Light", "mode": "light", - "radius": 10, - "radius.lg": 12, + "radius": 8, + "radius.lg": 10, "colors": { "accent.background": "#f4f4f5", "accent.foreground": "#27272a", @@ -117,8 +117,8 @@ { "name": "PicoForge Zinc Dark", "mode": "dark", - "radius": 10, - "radius.lg": 12, + "radius": 8, + "radius.lg": 10, "colors": { "accent.background": "#27272a", "accent.foreground": "#fafafa",