chore(ui): change corner radius of default theme

This commit is contained in:
Suyog Tandel
2026-02-22 15:40:00 +05:30
parent 386cda6679
commit 0fb4e51dac
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
+4 -4
View File
@@ -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",