diff options
| author | Adam <[email protected]> | 2025-10-31 15:37:45 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-31 15:37:50 -0500 |
| commit | 342aa27e03dd0db02b60a15a1779254bce395e19 (patch) | |
| tree | b735062a9fe1c673be733aa861876cfbc94b212d /packages/ui/src/components | |
| parent | e1aed0cd01d23e433519621f8d21c0a8ffa3977d (diff) | |
| download | opencode-342aa27e03dd0db02b60a15a1779254bce395e19.tar.gz opencode-342aa27e03dd0db02b60a15a1779254bce395e19.zip | |
wip: desktop work
Diffstat (limited to 'packages/ui/src/components')
| -rw-r--r-- | packages/ui/src/components/markdown.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/ui/src/components/markdown.css b/packages/ui/src/components/markdown.css index 6af0f550e..945c27648 100644 --- a/packages/ui/src/components/markdown.css +++ b/packages/ui/src/components/markdown.css @@ -6,12 +6,12 @@ color: var(--text-base); text-wrap: pretty; - /* text-14-regular */ + /* text-12-regular */ 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-regular); - line-height: var(--line-height-large); /* 142.857% */ + line-height: var(--line-height-large); /* 166.667% */ letter-spacing: var(--letter-spacing-normal); &::-webkit-scrollbar { |
