diff options
| author | Adam <[email protected]> | 2025-12-10 06:55:44 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-10 15:17:02 -0600 |
| commit | ada40decd14fc18901486382a10b1ec1d0d21f7e (patch) | |
| tree | ad26704856bad18da056c9cb525eebae189b586b /packages/ui/src/styles/theme.css | |
| parent | 6866a060bc48031ecc3b0f7c1c1e99f6961a4cb1 (diff) | |
| download | opencode-ada40decd14fc18901486382a10b1ec1d0d21f7e.tar.gz opencode-ada40decd14fc18901486382a10b1ec1d0d21f7e.zip | |
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/styles/theme.css')
| -rw-r--r-- | packages/ui/src/styles/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index 338e045ef..01ccc3fcc 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -40,6 +40,7 @@ --container-6xl: 72rem; --container-7xl: 80rem; + --radius-xs: 0.125rem; --radius-sm: 0.25rem; --radius-md: 0.375rem; --radius-lg: 0.5rem; |
