diff options
| author | Adam <[email protected]> | 2025-11-06 09:48:46 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-11-06 09:48:51 -0600 |
| commit | 6ba7c54baba355e3788e371374d26e58b60feb0d (patch) | |
| tree | a69448dcdcd8e1935b2bc3c7d2344ad78f8ced75 /packages/ui/src/components/button.css | |
| parent | 146bae82cb584c253a42ed4565d423d9cded93a6 (diff) | |
| download | opencode-6ba7c54baba355e3788e371374d26e58b60feb0d.tar.gz opencode-6ba7c54baba355e3788e371374d26e58b60feb0d.zip | |
feat(desktop): collapsible sidebar
Diffstat (limited to 'packages/ui/src/components/button.css')
| -rw-r--r-- | packages/ui/src/components/button.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index f5a08067a..f76d7465b 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -7,6 +7,7 @@ border-radius: 6px; text-decoration: none; user-select: none; + cursor: default; outline: none; &[data-variant="primary"] { @@ -93,11 +94,12 @@ gap: 8px; + /* text-12-medium */ font-family: var(--font-family-sans); - font-size: var(--font-size-base); + font-size: var(--font-size-small); font-style: normal; font-weight: var(--font-weight-medium); - line-height: var(--line-height-large); /* 171.429% */ + line-height: var(--line-height-large); /* 166.667% */ letter-spacing: var(--letter-spacing-normal); } |
