diff --git a/src/components/ThreePaneLayout.tsx b/src/components/ThreePaneLayout.tsx index be2645d0..12cb6a1a 100644 --- a/src/components/ThreePaneLayout.tsx +++ b/src/components/ThreePaneLayout.tsx @@ -241,6 +241,10 @@ const ThreePaneLayout: React.FC = (props) => { onClick={props.onToggleHighlightsPanel} aria-label="Open highlights" aria-expanded={!props.isHighlightsCollapsed} + style={{ + backgroundColor: props.settings.highlightColorMine || '#ffff00', + color: '#000' + }} > @@ -358,7 +362,7 @@ const ThreePaneLayout: React.FC = (props) => { )}