summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/components')
-rw-r--r--packages/ui/src/components/button.css2
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;