tui: reduce scrollbar visual prominence for less distracting interface
This commit is contained in:
parent
2cc072b3dc
commit
11d6005b77
1 changed files with 1 additions and 4 deletions
|
|
@ -680,10 +680,7 @@ export function Session() {
|
||||||
scrollbarOptions={{
|
scrollbarOptions={{
|
||||||
trackOptions: {
|
trackOptions: {
|
||||||
backgroundColor: theme.backgroundElement,
|
backgroundColor: theme.backgroundElement,
|
||||||
foregroundColor: theme.primary,
|
foregroundColor: theme.border,
|
||||||
},
|
|
||||||
arrowOptions: {
|
|
||||||
foregroundColor: theme.primary,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
stickyScroll={true}
|
stickyScroll={true}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue