diff options
| author | Adam <[email protected]> | 2025-10-29 06:05:03 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-29 07:32:00 -0500 |
| commit | aa7e008fe1ea1c1ee0e28915b61633865c304152 (patch) | |
| tree | f2a5b0753205a139da5e98ac5c26e48fcb384cab /packages/ui/src/components/diff.css | |
| parent | 792664071c11d8b2867ea3f4e6ddef0d5f7067ce (diff) | |
| download | opencode-aa7e008fe1ea1c1ee0e28915b61633865c304152.tar.gz opencode-aa7e008fe1ea1c1ee0e28915b61633865c304152.zip | |
wip: desktop work
Diffstat (limited to 'packages/ui/src/components/diff.css')
| -rw-r--r-- | packages/ui/src/components/diff.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/ui/src/components/diff.css b/packages/ui/src/components/diff.css index 6f9a0d73d..c3484e201 100644 --- a/packages/ui/src/components/diff.css +++ b/packages/ui/src/components/diff.css @@ -2,7 +2,7 @@ [data-slot="diff-hunk-separator-line-number"] { position: sticky; left: 0; - background-color: hsla(209, 96%, 90%, 1); + background-color: var(--surface-diff-hidden-strong); z-index: 2; display: flex; align-items: center; @@ -12,11 +12,12 @@ aspect-ratio: 1; width: 24px; height: 24px; + color: var(--icon-strong-base); } } [data-slot="diff-hunk-separator-content"] { position: sticky; - background-color: hsla(210, 100%, 96%, 1); + background-color: var(--surface-diff-hidden-base); width: var(--pjs-column-content-width); left: var(--pjs-column-number-width); padding-left: 8px; |
