mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 11:44:22 +01:00
tui: reduce scrollbar visual prominence for less distracting interface
This commit is contained in:
@@ -680,10 +680,7 @@ export function Session() {
|
||||
scrollbarOptions={{
|
||||
trackOptions: {
|
||||
backgroundColor: theme.backgroundElement,
|
||||
foregroundColor: theme.primary,
|
||||
},
|
||||
arrowOptions: {
|
||||
foregroundColor: theme.primary,
|
||||
foregroundColor: theme.border,
|
||||
},
|
||||
}}
|
||||
stickyScroll={true}
|
||||
|
||||
Reference in New Issue
Block a user