tui: reduce scrollbar visual prominence for less distracting interface

pull/3957/head
Dax Raad 2025-11-05 21:30:40 -05:00
parent 2cc072b3dc
commit 11d6005b77
1 changed files with 1 additions and 4 deletions

View File

@ -680,10 +680,7 @@ export function Session() {
scrollbarOptions={{
trackOptions: {
backgroundColor: theme.backgroundElement,
foregroundColor: theme.primary,
},
arrowOptions: {
foregroundColor: theme.primary,
foregroundColor: theme.border,
},
}}
stickyScroll={true}