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/styles/tailwind | |
| parent | fb1b6c5e6bb93501b8a605e9080756c9f748b640 (diff) | |
| download | opencode-c944d19c3bd67cc322ca4eb714eb6256d91f6ec9.tar.gz opencode-c944d19c3bd67cc322ca4eb714eb6256d91f6ec9.zip | |
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/styles/tailwind')
| -rw-r--r-- | packages/ui/src/styles/tailwind/index.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/ui/src/styles/tailwind/index.css b/packages/ui/src/styles/tailwind/index.css index 7a24b42ac..bc6bb6f6d 100644 --- a/packages/ui/src/styles/tailwind/index.css +++ b/packages/ui/src/styles/tailwind/index.css @@ -57,10 +57,6 @@ --radius-sm: 0.25rem; --radius-md: 0.375rem; --radius-lg: 0.5rem; - --radius-xl: 0.75rem; - --radius-2xl: 1rem; - --radius-3xl: 1.5rem; - --radius-4xl: 2rem; --shadow-xs: var(--shadow-xs); --shadow-md: var(--shadow-md); |
