diff --git a/web/pages/admin/config/appearance/index.tsx b/web/pages/admin/config/appearance/index.tsx index 345ce6232..3fe8556d7 100644 --- a/web/pages/admin/config/appearance/index.tsx +++ b/web/pages/admin/config/appearance/index.tsx @@ -93,6 +93,8 @@ export default function Appearance() { { name: 'theme-color-components-text-on-light', description: 'Text: Dark' }, { name: 'theme-color-background-header', description: 'Header/Footer' }, { name: 'theme-color-components-content-background', description: 'Page Content' }, + { name: 'theme-color-components-scrollbar-background', description: 'Scrollbar Background' }, + { name: 'theme-color-components-scrollbar-thumb', description: 'Scrollbar Thumb' }, ]; const [colors, setColors] = useState>(); @@ -176,15 +178,12 @@ export default function Appearance() { return ( Customize Appearance - - The following colors are used across the user interface. You can change them. - + The following colors are used across the user interface.
Section Colors} key="1">

- Certain specific sections of the interface changed by selecting new colors for them - here. + Certain sections of the interface can be customized by selecting new colors for them.

{componentColorVariables.map(colorVar => {