diff options
| author | Adam <[email protected]> | 2025-12-09 15:32:33 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-09 15:32:36 -0600 |
| commit | 41d78c1ecc8b9fa5f5c8d4862fe5c08e699b481a (patch) | |
| tree | 3cb30ac90f24d6101a80cf373bb4c9f59738e603 /packages/ui/src/components/button.css | |
| parent | 16c4b02b69e3d887c9e41c9b7b9f41fc4d45c49e (diff) | |
| download | opencode-41d78c1ecc8b9fa5f5c8d4862fe5c08e699b481a.tar.gz opencode-41d78c1ecc8b9fa5f5c8d4862fe5c08e699b481a.zip | |
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/components/button.css')
| -rw-r--r-- | packages/ui/src/components/button.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 2b42a6f33..192c7b60c 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -4,7 +4,7 @@ justify-content: center; border-style: solid; border-width: 1px; - border-radius: var(--radius-lg); + border-radius: var(--radius-md); text-decoration: none; user-select: none; cursor: default; |
