diff options
| author | Adam <[email protected]> | 2025-12-09 13:24:37 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-09 13:24:37 -0600 |
| commit | c944d19c3bd67cc322ca4eb714eb6256d91f6ec9 (patch) | |
| tree | 5b96376b60617fd4514a0a3ccdb32ae58a52859b /packages/ui/src/components/button.css | |
| parent | fb1b6c5e6bb93501b8a605e9080756c9f748b640 (diff) | |
| download | opencode-c944d19c3bd67cc322ca4eb714eb6256d91f6ec9.tar.gz opencode-c944d19c3bd67cc322ca4eb714eb6256d91f6ec9.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 4cef8c7a1..2b42a6f33 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-sm); + border-radius: var(--radius-lg); text-decoration: none; user-select: none; cursor: default; |
